Skip to content

Commit

Permalink
Set testpath and run sorted tests
Browse files Browse the repository at this point in the history
  • Loading branch information
amol- committed Apr 11, 2024
1 parent fe7d6c1 commit 00e9b4b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ test = ["pytest >= 7.0.0"]

[tool.pytest.ini_options]
pythonpath = "src"
testpaths = "tests"

[build-system]
requires = ["setuptools>=61.0.0", "setuptools_scm[toml]>=6.2.0"]
Expand Down
2 changes: 1 addition & 1 deletion tests/test_json.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
/ "textplan"
/ "data"
)
JSON_TEST_FILE = list(JSON_FIXTURES.glob("*.json"))
JSON_TEST_FILE = sorted(JSON_FIXTURES.glob("*.json"))
JSON_TEST_FILENAMES = [path.name for path in JSON_TEST_FILE]


Expand Down

0 comments on commit 00e9b4b

Please sign in to comment.