Test installation

Perform code tests.

This package contains all tests which verify the proper working of all SAPPHiRE code. These tests can also be used to verify if SAPPHiRE was installed correctly. Simply call the run_tests() function.

sapphire.tests.run_tests()

Collect and run all SAPPHiRE tests

Returns:

unittest.TextTestResult object containing the test results.