Removed footer macros, regen tests, all still pass (#3431)
Removed `unittest` call from test file footers. [no important files changed]
This commit is contained in:
@@ -177,7 +177,3 @@ class ClockTest(unittest.TestCase):
|
||||
|
||||
def test_full_clock_and_zeroed_clock(self):
|
||||
self.assertEqual(Clock(24, 0), Clock(0, 0))
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
unittest.main()
|
||||
|
||||
Reference in New Issue
Block a user