Skip to content

Commit d9cc939

Browse files
committed
[Docs] Fix links to resources in readme.
Simple typo. Signed-off-by: Elliot Morris <[email protected]>
1 parent 081abcf commit d9cc939

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -143,18 +143,18 @@ Test directory, assumes a `pytest` testing environment. Uses the
143143
harness](https://openassetio.github.io/OpenAssetIO/testing.html#testing_manager_plugins)
144144
to run apiCompliance checks, as well as business logic tests.
145145

146-
- [`business_logic_suite.py`](test/business_logic_suite.py): Tests for
146+
- [`business_logic_suite.py`](tests/business_logic_suite.py): Tests for
147147
the behaviour of the manager. Does it resolve assets correctly, etc.
148148
Invoked from `tests.py`
149-
- [`conftest.py`](test/conftest.py): Pytest fixtures necessary for
149+
- [`conftest.py`](tests/conftest.py): Pytest fixtures necessary for
150150
running the tests.
151-
- [`fixtures.py`](test/fixtures.py): Data concerning the manager
151+
- [`fixtures.py`](tests/fixtures.py): Data concerning the manager
152152
necessary to run the test harness. See [the
153153
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
155155
run the tests. Generally installed with `python -m pip install -r
156156
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
158158
manager `business_logic_suite`, as well as [OpenAssetIOs
159159
apiComplianceSuite.](https://github.com/OpenAssetIO/OpenAssetIO/blob/main/src/openassetio-python/package/openassetio/test/manager/apiComplianceSuite.py)
160160

0 commit comments

Comments
 (0)