run¶
- 
lsst.utils.tests.run(suite, exit=True)¶
- Run a test suite and report the test return status to caller or shell. - Note - Deprecated in 13_0 Use - unittest.main()instead, which automatically detects all tests in a test case and does not require a test suite.- Parameters: - suite : unittest.TestSuite
- Test suite to run. 
- exit : bool, optional
- If - True, Python process will exit with the test exit status.
 - Returns: 
- suite :