mirror of https://github.com/python/cpython
Closes #18475: add unittest.main() to test_email/test_inversions.
Patch by Vajrasky Kok.
This commit is contained in:
parent
d15642e428
commit
b5c9dfdab3
|
@ -43,3 +43,7 @@ class TestInversion(TestEmailBase, unittest.TestCase):
|
||||||
"""),),
|
"""),),
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
if __name__ == '__main__':
|
||||||
|
unittest.main()
|
||||||
|
|
Loading…
Reference in New Issue