1
0
mirror of https://github.com/go-gitea/gitea.git synced 2024-07-23 16:14:17 -04:00
gitea/tests/README.md
2014-03-31 13:30:32 +08:00

235 B

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