-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpytest.ini
More file actions
26 lines (25 loc) · 1.23 KB
/
pytest.ini
File metadata and controls
26 lines (25 loc) · 1.23 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
[pytest]
markers =
unit: Unit tests that run quickly and test small pieces of functionality
integration: Integration tests that check multiple components together
core: Core functionality tests
scripts: Scripts tests
generate_switcher: Tests for scripts/generate_switcher.py
file_set(set_name): Mark test to run on a specific FileSet
json_file_name(file_name): Mark test to use a specific JSON file for expected data
cad_manager: Tests the CADManager class
double_array: Tests the DoubleArray class
ent_list: Tests the EntList class
import_options: Tests the ImportOptions class
integer_array: Tests the IntegerArray class
mesh_summary: Tests the MeshSummary class
predicate_manager: Tests the PredicateManager class
prop: Tests the Property class (unit tests)
property_editor: Tests the PropertyEditor class
string_array: Tests the StringArray class
synergy: Tests the Synergy class
vector_array: Tests the VectorArray class
vector: Tests the Vector class
; Property class integration tests are divided in two separate suites.
material_property: Tests the pre-existing materials for Property class
custom_property: Tests a new custom property for Property class