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:
Angeleah
2023-07-14 09:19:02 -07:00
committed by GitHub
parent a2b8f4cebf
commit e076feaa4e
10 changed files with 1 additions and 30 deletions

View File

@@ -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()