Skip to content

Commit

Permalink
Revert "pytest: moved conftest.py to project root"
Browse files Browse the repository at this point in the history
This reverts commit f4fafa2.

# Conflicts:
#	.vscode/settings.json
#	scripts/run_coverage.bat
  • Loading branch information
PierreRaybaut committed Jun 21, 2024
1 parent d7e4463 commit 50f6ff4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion scripts/run_pytest.bat
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ for /D %%d in ("%DIR0%*") do (
set WINPYDIRBASE=%%d
call !WINPYDIRBASE!\scripts\env.bat
echo Running pytest from "%%d":
pytest --ff -q
pytest --ff -q %MODNAME%
echo ----
)
call %FUNC% EndOfScript

0 comments on commit 50f6ff4

Please sign in to comment.