Files
httprunner/docs/development.md
2017-11-08 19:15:54 +08:00

10 lines
236 B
Markdown

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