mirror of
https://github.com/go-gitea/gitea
synced 2024-11-05 09:44:26 +00:00
15 lines
235 B
Markdown
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
|