Skip to content

Commit

Permalink
Merge pull request #1649 from iluxonchik/chore/update-pytest-test-iso…
Browse files Browse the repository at this point in the history
…lation

Correct URL to PyTest Isolation Guide
  • Loading branch information
iamdefinitelyahuman authored Jan 29, 2024
2 parents 53d1ce0 + 6c32ed6 commit c3229ab
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 c3229ab

Please sign in to comment.