diff options
Diffstat (limited to 'tests/README.md')
-rw-r--r-- | tests/README.md | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/tests/README.md b/tests/README.md new file mode 100644 index 0000000000..e51b251037 --- /dev/null +++ b/tests/README.md @@ -0,0 +1,13 @@ +## Gogs Test + +This is for developers. + +## Prepare Environment + + go get -u github.com/shxsun/travelexec + # start gogs server + gogs web + +## Start Testing + + travelexec |