Changes between Version 2 and Version 3 of unitpy
- Timestamp:
- 08/22/24 09:11:17 (2 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
unitpy
v2 v3 1 1 = UnitPy 2 2 3 UnitPy is a toolbox with python annotations similar to the java unit test annotations, using @Test @Before @After @RunWithetc. UnitPy also provides a tool to discover and run tests.3 UnitPy is a toolbox with python annotations similar to the java unit test annotations, using {{{@Test}}} {{{@Before}}} {{{@After}}} {{{@RunWith}}} etc. UnitPy also provides a tool to discover and run tests. 4 4 5 5 UnitPy has a number of improvements over the standard method using Testcase: