Docs: Update Information about Running Unittests (#4093)

* Expanded information in docs

* Revert run.xml changes

* Update docs/tests.md

Co-authored-by: qwint <[email protected]>

* Remove newline

* Apply suggestions from code review

Co-authored-by: black-sliver <[email protected]>

* Added suggestsions from code review

---------

Co-authored-by: qwint <[email protected]>
Co-authored-by: black-sliver <[email protected]>
This commit is contained in:
Nicholas Saylor
2024-10-28 19:47:08 +01:00
committed by GitHub
co-authored by qwint black-sliver
parent 382a5df1d8
commit 3f6754d7f2
2 changed files with 17 additions and 5 deletions
+1 -1
View File
@@ -85,4 +85,4 @@ PyCharm has a built-in version control integration that supports Git.
## Running tests
Run `pip install pytest pytest-subtests`, then use your IDE to run tests or run `pytest` from the source folder.
Information about running tests can be found in [tests.md](https://github.com/ArchipelagoMW/Archipelago/blob/main/docs/tests.md#running-tests)