mirror of
https://github.com/httprunner/httprunner.git
synced 2026-05-12 02:21:29 +08:00
403 B
403 B
Development
To develop or debug HttpRunner, you shall clone source code first.
$ git clone https://github.com/HttpRunner/HttpRunner.git
Then install all dependencies:
$ pip install -r requirements-dev.txt
Now you can use main-debug.py as debugging entrances.
# debug hrun
$ python main-debug.py hrun -h
# debug locusts
$ python main-debug.py locusts -h