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:
@@ -212,7 +212,3 @@ class CustomSetTest(unittest.TestCase):
|
||||
set2 = CustomSet([2, 3])
|
||||
expected = CustomSet([3, 2, 1])
|
||||
self.assertEqual(set1 + set2, expected)
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
unittest.main()
|
||||
|
||||
Reference in New Issue
Block a user