debugtalk
8d2a212584
fix: compatibility for Python 2.7
2019-12-25 22:50:40 +08:00
debugtalk
c29d770440
test: Reset redirect in teardown
2019-12-25 22:36:17 +08:00
debugtalk
3850427c68
test: add cli test
2019-12-25 22:33:13 +08:00
debugtalk
160218b1ed
0.9.5:
...
1, remove PyUnitReport dependency;
2, add built-in html report;
3, support pass in html report template, in Jinja2 format.
2018-02-25 23:09:12 +08:00
debugtalk
3936b82a52
#96 : skip unless condition
2018-02-08 22:36:30 +08:00
debugtalk
c504f305f1
#96 : refactor skip feature:
...
1, with skip keyword, skip current test unconditionally;
2, with skipIf keyword, you can skip current test with condition; condition evaluation can be defined in debugtalk.py function.
2018-02-08 15:59:17 +08:00
debugtalk
177856c37c
bugfix #96 skip feature: display skip testcases number corretly
2018-02-08 12:55:23 +08:00
debugtalk
4fbc414e87
refactor run times: display test statistics correctly with run times setting
2018-02-08 12:24:53 +08:00