rename main_ate to main_hrun

This commit is contained in:
debugtalk
2018-02-14 00:08:42 +08:00
parent 901c91514c
commit 9d13cddb39
5 changed files with 11 additions and 11 deletions

View File

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