Go to the source code of this file.
|
def | rspy.test.abort () |
|
def | rspy.test.check (exp, abort_if_failed=False) |
|
def | rspy.test.check_equal (result, expected, abort_if_failed=False) |
|
def | rspy.test.check_equal_lists (result, expected, abort_if_failed=False) |
|
def | rspy.test.check_exception (exception, expected_type, expected_msg=None, abort_if_failed=False) |
|
def | rspy.test.check_failed () |
|
def | rspy.test.check_frame_drops (frame, previous_frame_number, allowed_drops=1) |
|
def | rspy.test.check_test_in_progress (in_progress=True) |
|
def | rspy.test.fail () |
|
def | rspy.test.find_devices_by_product_line_or_exit (product_line) |
|
def | rspy.test.find_first_device_or_exit () |
|
def | rspy.test.finish () |
|
def | rspy.test.info (name, value, persistent=False) |
|
def | rspy.test.print_info () |
|
def | rspy.test.print_results_and_exit () |
|
def | rspy.test.print_separator () |
|
def | rspy.test.print_stack () |
|
def | rspy.test.reset_info (persistent=False) |
|
def | rspy.test.set_env_vars (env_vars) |
|
def | rspy.test.start (test_name) |
|
def | rspy.test.unexpected_exception () |
|
def | rspy.test.unreachable (abort_if_failed=False) |
|