Lines Matching refs:test
6 of utility functions to further ease test development. It is an ideal desktop
8 path, performing confidence testing, or running extended regression test suites.
21 it is recommended for all new test cases.
33 $ python3 setup.py test
34 $ python setup.py test
41 3. Sequentially execute test classes
96 - `act.py`: is the script that runs the test
98 to be used in the test
99 - -tc IntegrationTest: is the name of the test case
105 a list of paths where the python test case files are located. Below are the
109 { "_description": "This is an example skeleton test configuration file.",
124 respectively. To specify multiple test paths, the key should follow
130 controllers dictionary contains all resources provided to the test class
134 test case names within the class. More on this is discussed after the
154 By default all test cases listed in a Test Class\'s self.tests will be run.
156 specific tests within a test class.
158 The following will run a single test, test_make_toast: