We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aac631e commit c82e356Copy full SHA for c82e356
pages/datasets/investigation_dataset_page.py
@@ -242,6 +242,7 @@ class PractitionerOptions(StrEnum):
242
243
class TestingClinicianOptions(StrEnum):
244
"""Enum for testing clinician options"""
245
+ __test__ = False
246
247
BORROWING_PROPERTY = "886"
248
CLAUSE_CHARTING = "918"
pytest.ini
@@ -34,5 +34,6 @@ markers =
34
compartment3: only for compartment 3
35
compartment4: only for compartment 4
36
compartment5: only for compartment 5
37
+ compartment6: only for compartment 6
38
compartment1_plan_creation: to run the plan creation for compartment 1
39
vpn_required: for tests that require a VPN connection
0 commit comments