From 6c32ed628fe68b7f575bfe091ff376d6953ebd83 Mon Sep 17 00:00:00 2001 From: Illya Gerasymchuk Date: Tue, 20 Dec 2022 13:13:45 +0200 Subject: [PATCH] chore: correct URL to PyTest isolation guide Closes #1648 --- brownie/test/managers/master.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/brownie/test/managers/master.py b/brownie/test/managers/master.py index 9d77ae9d1..5d6353737 100644 --- a/brownie/test/managers/master.py +++ b/brownie/test/managers/master.py @@ -64,7 +64,7 @@ def pytest_sessionfinish(self, session): raise pytest.UsageError( "xdist workers failed to collect tests. Ensure all test cases are " "isolated with the module_isolation or fn_isolation fixtures.\n\n" - "https://eth-brownie.readthedocs.io/en/stable/tests.html#isolating-tests" + "https://eth-brownie.readthedocs.io/en/stable/tests-pytest-intro.html#pytest-fixtures-isolation" ) build_path = self.project._build_path