Skip to content

Commit 50f6ff4

Browse files
committed
Revert "pytest: moved conftest.py to project root"
This reverts commit f4fafa2. # Conflicts: # .vscode/settings.json # scripts/run_coverage.bat
1 parent d7e4463 commit 50f6ff4

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed
File renamed without changes.

scripts/run_pytest.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ for /D %%d in ("%DIR0%*") do (
1919
set WINPYDIRBASE=%%d
2020
call !WINPYDIRBASE!\scripts\env.bat
2121
echo Running pytest from "%%d":
22-
pytest --ff -q
22+
pytest --ff -q %MODNAME%
2323
echo ----
2424
)
2525
call %FUNC% EndOfScript

0 commit comments

Comments
 (0)