Actually run wrapt tests (#2207)

This commit is contained in:
Hood Chatham 2022-02-23 21:57:48 -05:00 committed by GitHub
parent 8385df36a4
commit 08827661e1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -81,3 +81,7 @@ def test_wrapt():
result = _function(*_args, **_kwargs)
self.assertEqual(result, (_args, _kwargs))
# Run tests
with unittest.TestCase().assertRaisesRegex(SystemExit, "False"):
unittest.main()