1
0
mirror of https://github.com/go-gitea/gitea.git synced 2024-09-06 23:44:20 -04:00
gitea/tests/README.md
2014-03-31 13:30:32 +08:00

15 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