symforce.test_util.test_case module¶
- class TestCase(methodName='runTest')[source]¶
Bases:
SymforceTestCaseMixin
Base class for symforce tests. Adds some useful helpers.
- Parameters:
methodName (str) –
- requires_source_build(func)[source]¶
Decorator to mark a test as skipped for wheel installs (as opposed to from-source builds)
- symengine_only(func)[source]¶
Decorator to mark a test to only run on the SymEngine, and skip otherwise.