Changes between Version 2 and Version 3 of unitpy


Ignore:
Timestamp:
08/22/24 09:11:17 (2 months ago)
Author:
wouter
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • unitpy

    v2 v3  
    11= UnitPy
    22
    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.
     3UnitPy 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.
    44
    55UnitPy has a number of improvements over the standard method using Testcase: