Changes between Version 3 and Version 4 of unitpy
- Timestamp:
- 08/22/24 09:13:17 (2 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
unitpy
v3 v4 32 32 For every method M inside the class that is annotated with @Test, the following now happens: 33 33 * create an instance of the test class, with the next inner list arguments 34 If there is a method annotated @Before, this is called.34 * If there is a method annotated @Before, this is called. 35 35 * execute the test method M 36 36 * if there is a method annotated @After, that method is called