Changes between Version 27 and Version 28 of pyrunner
- Timestamp:
- 08/21/24 10:46:01 (8 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
pyrunner
v27 v28 82 82 83 83 === Running/Debugging unitpy tests 84 If the unittests are using [wiki: unitpy], the test class does not need to extend TestCase and is by itself not discoverable.84 If the unittests are using [wiki:UnitPy], the test class does not need to extend TestCase and is by itself not discoverable. 85 85 If the test class was compiled with the j2p and the junit-t translator, then a bit of glue code has been added to your class. This glue code looks like this: 86 86 {{{