- Apr 03, 2016
-
-
Robert Stanca authored
-
- Apr 02, 2016
-
-
Robert Stanca authored
-
Robert Stanca authored
-
- Nov 13, 2014
-
-
Augie Fackler authored
As I've been working on complicated extension code it's been handy to be able to get standard unittest verbose output so I can find crashers more efficiently.
-
- Feb 09, 2013
-
-
Idan Kamara authored
This will be used to run tests through run-tests, which will expect no output for a unit test that passes successfully. The motivation for using unit tests instead of the current Python tests is that they don't require an output file for comparison and that they're easier to write because of the available tools from unittest (setup, asserts).
-