mirror of https://github.com/pyodide/pyodide.git
Actually run wrapt tests (#2207)
This commit is contained in:
parent
8385df36a4
commit
08827661e1
|
@ -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()
|
||||
|
|
Loading…
Reference in New Issue