0
0
Fork 0
mirror of https://github.com/go-gitea/gitea synced 2024-10-27 17:29:23 +01:00
gitea/tests/README.md
2014-03-31 13:30:32 +08:00

14 lines
235 B
Markdown

## 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