Timeline for Is there any value in writing a unit test that is a subset of another test?
Current License: CC BY-SA 3.0
4 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Jan 13, 2015 at 0:40 | comment | added | Lie Ryan | @DavidWallace: you can change the prefix if you want to. | |
| Jan 12, 2015 at 22:29 | comment | added | Dawood ibn Kareem | @SteveJessop Yeah, I keep forgetting that it's needed. When I was writing Python tests a while ago, I got into the habit of beginning them all with test_that_, like test_that_return_values_are_in_order and so on. Maybe a future version of the test framework will work around this requirement somehow. | |
| Jan 12, 2015 at 21:04 | comment | added | Steve Jessop | The test wart is meaningful to Python's test framework. Which of course needn't change whether you're a fan of it, but does change the weight of argument needed to stop someone using it ;-) | |
| Jan 12, 2015 at 19:41 | history | answered | Dawood ibn Kareem | CC BY-SA 3.0 |