add tests

This commit is contained in:
skyblue
2014-03-31 13:30:32 +08:00
parent e938863ae6
commit 74ff217c7e
4 changed files with 40 additions and 9 deletions
+14
View File
@@ -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