conftest.py
fixtur-ctrl-func-test.conftest
pytest configuration for the FixturFab FixturCtrl Test Fixture.
logger = logging.getLogger(__name__)
module-attribute
pytest_addoption
Pytest hook for adding additional command line arguments.
Source code in test_plans/fixtur-ctrl-func-test/conftest.py
16 17 18 19 20 21 22 23 | |
pytest_collection_modifyitems
Pytest hook that runs at test collection.
Source code in test_plans/fixtur-ctrl-func-test/conftest.py
26 27 28 29 30 31 32 33 34 | |
delays
Pytest fixture that holds the delay configuration information.
Source code in test_plans/fixtur-ctrl-func-test/conftest.py
37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 | |
find_device_by_serial
Source code in test_plans/fixtur-ctrl-func-test/conftest.py
54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 | |
fixtur_cntl
Pytest Fixture for communicating with the DUT.
Source code in test_plans/fixtur-ctrl-func-test/conftest.py
75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 | |
dut_serial
Pytest Fixture for communicating with the DUT.
Source code in test_plans/fixtur-ctrl-func-test/conftest.py
103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 | |
test_fixture
Pytest Fixture for communicating with all fixture hardware.
Connects with the instrumentation, DUT, and control board within the FixturCtrl Functional Test Fixture.
Source code in test_plans/fixtur-ctrl-func-test/conftest.py
133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 | |