Changes between Version 28 and Version 29 of pyrunner
- Timestamp:
- 08/21/24 10:46:39 (8 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
pyrunner
v28 v29 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:unitypy], 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 {{{