Commit | Date | |
---|---|---|
2011-01-04 10:35:12 | Tree | |
[r12120]
by
bugman
Added __init__() to Test_scientific to skip all tests of this class if the module is not installed. The method adds the tests to the status.skipped_tests list and executes the base class __init__() |
2011-01-04 10:33:58 | Tree |
[r12119]
by
bugman
The RelaxTestLoader now skips tests if the are in the status.skipped_test list. This is instead of the skip flag being set or not. |
2011-01-04 10:30:38 | Tree |
[r12118]
by
bugman
System and unit tests can be skipped is the skip flag is set inside the TestCase class. |
2011-01-04 10:21:07 | Tree |
[r12117]
by
bugman
Added an empty list to the relax status object to store info about skipped system and unit tests. |
2011-01-04 10:18:08 | Tree |
2011-01-04 10:01:29 | Tree | |
[r12115]
by
bugman
Added a replacment loadTestsFromTestCase() method to RelaxTestLoader. This method will later be modified to skip certain tests. |
2011-01-04 10:01:17 | Tree |
2011-01-04 10:00:32 | Tree | |
[r12113]
by
bugman
The RelaxTestLoader has been added as a replacement for unittest.TestLoader. This empty class will in the end handle the skipping of tests when Python packages optional for |
2011-01-04 09:45:41 | Tree |
2011-01-04 09:28:06 | Tree |