use httprunner/cli.py as debugging entrances

This commit is contained in:
httprunner
2018-02-22 00:22:22 +08:00
parent b6c5bd89d2
commit 3fd9f794f4
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
```