mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +00:00
Issue #19013: add unittest.main() epilogs to unittest's own test modules
This commit is contained in:
parent
87456e53a8
commit
1d7c8c9a00
8 changed files with 29 additions and 0 deletions
|
@ -361,3 +361,7 @@ class TestLongMessage(unittest.TestCase):
|
|||
['^"regex" does not match "foo"$', '^oops$',
|
||||
'^"regex" does not match "foo"$',
|
||||
'^"regex" does not match "foo" : oops$'])
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
unittest.main()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue