From 0ef2ed5b811afcc42de0525260439291ce962359 Mon Sep 17 00:00:00 2001 From: Silvris <58583688+Silvris@users.noreply.github.com> Date: Thu, 9 Apr 2026 14:27:39 -0500 Subject: [PATCH] Docs: fix misinformation in tests.md (#6125) --- docs/tests.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tests.md b/docs/tests.md index 0740072d7e..3c2956db93 100644 --- a/docs/tests.md +++ b/docs/tests.md @@ -131,7 +131,7 @@ Unless you configured PyCharm to use pytest as a test runner, you may get import edit the run configuration, and set the working directory to the Archipelago directory which contains all the project files. If you only want to run your world's defined tests, repeat the steps for the test directory within your world. -Your working directory should be the directory of your world in the worlds directory and the script should be the +Your working directory should be the root Archipelago directory and the script should be the tests folder within your world. You can also find the 'Archipelago Unittests' as an option in the dropdown at the top of the window