File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -143,18 +143,18 @@ Test directory, assumes a `pytest` testing environment. Uses the
143
143
harness] ( https://openassetio.github.io/OpenAssetIO/testing.html#testing_manager_plugins )
144
144
to run apiCompliance checks, as well as business logic tests.
145
145
146
- - [ ` business_logic_suite.py ` ] ( test /business_logic_suite.py) : Tests for
146
+ - [ ` business_logic_suite.py ` ] ( tests /business_logic_suite.py) : Tests for
147
147
the behaviour of the manager. Does it resolve assets correctly, etc.
148
148
Invoked from ` tests.py `
149
- - [ ` conftest.py ` ] ( test /conftest.py) : Pytest fixtures necessary for
149
+ - [ ` conftest.py ` ] ( tests /conftest.py) : Pytest fixtures necessary for
150
150
running the tests.
151
- - [ ` fixtures.py ` ] ( test /fixtures.py) : Data concerning the manager
151
+ - [ ` fixtures.py ` ] ( tests /fixtures.py) : Data concerning the manager
152
152
necessary to run the test harness. See [ the
153
153
documentation.] ( https://openassetio.github.io/OpenAssetIO/testing.html#testing_manager_plugins_fixtures )
154
- - [ ` requirements.txt ` ] ( test /requirements.txt) : Requirements necessary to
154
+ - [ ` requirements.txt ` ] ( tests /requirements.txt) : Requirements necessary to
155
155
run the tests. Generally installed with `python -m pip install -r
156
156
tests/requirements.txt` from the root directory.
157
- - [ ` tests .py` ] ( test/ tests.py) : Main test entry point. Executes the
157
+ - [ ` test_manager .py` ] ( tests/test_manager .py ) : Main test entry point. Executes the
158
158
manager ` business_logic_suite ` , as well as [ OpenAssetIOs
159
159
apiComplianceSuite.] ( https://github.com/OpenAssetIO/OpenAssetIO/blob/main/src/openassetio-python/package/openassetio/test/manager/apiComplianceSuite.py )
160
160
You can’t perform that action at this time.
0 commit comments