Skip to content

Commit

Permalink
chore: correct URL to PyTest isolation guide
Browse files Browse the repository at this point in the history
Closes #1648
  • Loading branch information
iluxonchik committed Dec 20, 2022
1 parent 86258c7 commit 6c32ed6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion brownie/test/managers/master.py
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 6c32ed6

Please sign in to comment.