mirror of
https://github.com/httprunner/httprunner.git
synced 2026-05-17 18:47:34 +08:00
use httprunner/cli.py as debugging entrances
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
## Development
|
||||
|
||||
To develop or debug `HttpRunner`, you can install relevant requirements and use `main-hrun.py` or `main-locust.py` as entrances.
|
||||
To develop or debug `HttpRunner`, you can install relevant requirements and use `httprunner/cli.py` as entrances.
|
||||
|
||||
```bash
|
||||
$ python setup.py install
|
||||
$ python main-hrun -h
|
||||
$ python main-locust -h
|
||||
$ python httprunner/cli.py hrun -h
|
||||
$ python httprunner/cli.py locust -h
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user