Searched defs:wimpy (Results 1 - 3 of 3) sorted by relevance

/frameworks/rs/tests/lldb/tests/testcases/
H A Dtest_script_group.py20 from harness.decorators import wimpy namespace
36 @wimpy
H A Dtest_single_source.py20 from harness.decorators import (ordered_test, wimpy) namespace
42 @wimpy
54 @wimpy
130 @wimpy
/frameworks/rs/tests/lldb/tests/harness/
H A Ddecorators.py75 def wimpy(func): function
77 Mark a test as 'wimpy' that is - a function specifically known to be quick-running.
78 This implementation simply adds the `.wimpy` attribute to the decorated function
81 func.wimpy = True

Completed in 65 milliseconds