Skip to content

Commit e27b638

Browse files
Fix pytest configuration to exclude non-test files
1 parent 3406450 commit e27b638

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ dependencies = [
4040
packages = ["DeepQuant"]
4141

4242
[tool.pytest.ini_options]
43-
python_files = ["Tests/*.py"]
43+
python_files = ["Tests/Test*.py"]
4444
python_functions = ["deepQuantTest*"]
4545
markers = [
4646
"SingleLayerTests: Tests for individual layers",

0 commit comments

Comments
 (0)