Method summary
- setUp(self)
- tearDown(self)
- test_pickling(self)
- test_xml_timings(self)
Methods
- setUp(self)
Ensure that the current directory is on the python path.
We need this to import the test modules.
- tearDown(self)
Remove the current directory from the python path.
- test_pickling(self)
- test_xml_timings(self)
Test the time it takes to import the xml module, not applicable if xml not present