MCPcopy Create free account
hub / github.com/pydata/numexpr / test

Function test

numexpr3/tests/test_numexpr.py:750–755  ·  view source on GitHub ↗

Run all the tests in the test suite.

(verbosity=2)

Source from the content-addressed store, hash-verified

748'''
749
750def test(verbosity=2):
751 '''
752 Run all the tests in the test suite.
753 '''
754 ne3.print_info()
755 return unittest.TextTestRunner(verbosity=verbosity).run( suite() )
756
757
758test.__test__ = False

Callers 1

testFunction · 0.90

Calls 2

suiteFunction · 0.85
runMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…