Confirmed users
753
edits
Line 12: | Line 12: | ||
Our tests can not inherit from unittest.TestCase when we are using conftest.py in our tests. This mean we lose the self.assert* methods. To get around this, UnittestZero was created so our tests still have the readability of the old unittest methods. | Our tests can not inherit from unittest.TestCase when we are using conftest.py in our tests. This mean we lose the self.assert* methods. To get around this, UnittestZero was created so our tests still have the readability of the old unittest methods. | ||
==How to install it== | |||
A simple "sudo pip install unittestzero" |