Skip to content

Commit

Permalink
No adit_radis_shared folder to test
Browse files Browse the repository at this point in the history
  • Loading branch information
medihack authored Jun 14, 2024
1 parent 6171def commit 538560c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ reportWildcardImportFromLibrary = false
[tool.pytest.ini_options]
DJANGO_SETTINGS_MODULE = "radis.settings.development"
python_files = ["tests.py", "test_*.py", "*_tests.py"]
testpaths = ["radis", "adit_radis_shared"]
testpaths = ["radis"]
log_cli = 0
log_cli_level = "INFO"
log_cli_format = "%(asctime)s [%(levelname)8s] %(message)s (%(filename)s:%(lineno)s)"
Expand All @@ -111,7 +111,7 @@ timeout = 60

[tool.coverage.run]
branch = true
source = ["radis", "adit_radis_shared"]
source = ["radis"]

[tool.coverage.report]
skip_empty = true
Expand Down

0 comments on commit 538560c

Please sign in to comment.