Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b5c9dfd

Browse files
committed
Closes #18475: add unittest.main() to test_email/test_inversions.
Patch by Vajrasky Kok.
1 parent d15642e commit b5c9dfd

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

Lib/test/test_email/test_inversion.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,3 +43,7 @@ def msg_as_input(self, msg):
4343
"""),),
4444

4545
}
46+
47+
48+
if __name__ == '__main__':
49+
unittest.main()

0 commit comments

Comments
 (0)