Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
jptiancai committed Jan 4, 2020
1 parent 61bb92e commit f755c93
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,8 @@ curl -v -H 'Content-Type:application/json' -X 'POST' -d '{"aireplane_id":1}' ht
- [x] celery flower 监听服务,docker化
- [x] 第四版 v0.0.5
- [x] docker compose
- [ ] 第五版 v0.0.6
- [ ] 读取excel测试用例
- [x] 第五版 v0.0.6
- [x] 执行csv测试用例,并输出测试报告
- [ ] 第六版 v0.0.7
- [ ] 任务发布者cURL方式,修改成界面调用

Expand Down
3 changes: 2 additions & 1 deletion test.sh
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
#!/usr/bin/bash
python test/test_tasks.py
python test/test_tasks.py
pytest --junit-xml=junit.xml --html=reports/report.html test/test_pytest.py

0 comments on commit f755c93

Please sign in to comment.