import unittest class TestMyModule(unittest.TestCase): def test_foo(self): assert True def test_foo2(self): assert False