use httprunner/cli.py as debugging entrances

This commit is contained in:
debugtalk
2018-02-22 00:22:22 +08:00
parent 66b6f8d904
commit 345c77125b
11 changed files with 29 additions and 35 deletions

View File

@@ -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
```