diff options
author | skyblue <ssx205@gmail.com> | 2014-03-31 13:30:32 +0800 |
---|---|---|
committer | skyblue <ssx205@gmail.com> | 2014-03-31 13:30:32 +0800 |
commit | 74ff217c7e8855c5ccf6dbc69cee0823cd65ee1b (patch) | |
tree | f5a5b87f54ca603e11c945800c1a12e2a3e3b6f7 /tests/README.md | |
parent | e938863ae6887f7c3c24145ed3b64dc1d27ee675 (diff) |
add tests
Diffstat (limited to 'tests/README.md')
-rw-r--r-- | tests/README.md | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/tests/README.md b/tests/README.md new file mode 100644 index 00000000..aba7d388 --- /dev/null +++ b/tests/README.md @@ -0,0 +1,14 @@ +## gogs test + +this is for developers + +## prepare environment + # install python dependency + pip install pytest + # install basic test tool + go get -u github.com/shxsun/travelexec + # start gogs server + gogs web + +## start test + travelexec |