Files
httprunner/docs/development.md
2018-02-14 00:08:42 +08:00

10 lines
238 B
Markdown

## Development
To develop or debug `HttpRunner`, you can install relevant requirements and use `main-hrun.py` or `main-locust.py` as entrances.
```bash
$ pip install -r requirements.txt
$ python main-hrun -h
$ python main-locust -h
```