From 78904151b0f81f3ce77cc94b78cb23c5fefba77c Mon Sep 17 00:00:00 2001 From: black-sliver <59490463+black-sliver@users.noreply.github.com> Date: Fri, 17 Jan 2025 02:10:48 +0100 Subject: [PATCH] Test: fix typo in pytest.ini (#4502) The typo disabled a bunch of tests :S --- pytest.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pytest.ini b/pytest.ini index f16ab34e..cd8fd8df 100644 --- a/pytest.ini +++ b/pytest.ini @@ -3,5 +3,5 @@ python_files = test_*.py Test*.py # TODO: remove Test* once all worlds have bee python_classes = Test python_functions = test testpaths = - tests + test worlds