We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 153b9c8 commit ebd7796Copy full SHA for ebd7796
tests/conftest.py
@@ -46,7 +46,7 @@ def pytest_configure(config):
46
if runtime_opt not in ["coreclr", "netfx", "mono", "default"]:
47
raise RuntimeError(f"Invalid runtime: {runtime_opt}")
48
49
- test_proj_path = cwd.parent / "src/testing"
+ test_proj_path = cwd.parent / "src" / "testing"
50
bin_path = Path(mkdtemp())
51
52
fw = "netstandard2.0"
0 commit comments