mirror of
https://github.com/httprunner/httprunner.git
synced 2026-05-13 17:29:56 +08:00
10 lines
242 B
Markdown
10 lines
242 B
Markdown
## Development
|
|
|
|
To develop or debug `HttpRunner`, you can install relevant requirements and use `httprunner/cli.py` as entrances.
|
|
|
|
```bash
|
|
$ python setup.py install
|
|
$ python httprunner/cli.py hrun -h
|
|
$ python httprunner/cli.py locusts -h
|
|
```
|