Skip to content

Commit f384919

Browse files
committed
Ignore folder
1 parent a59c9be commit f384919

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

.github/workflows/run-unit-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,4 @@ jobs:
3434
3535
- name: unit tests
3636
run: |
37-
pytest -vv --ignore=units_tests/legacy
37+
pytest -vv

pyproject.toml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,3 +62,9 @@ exclude = ["venv*", "notebooks*", "golden_tests*", "tests*"]
6262
[project.urls]
6363
Source = "https://github.com/domokane/FinancePy"
6464
Tracker = "https://github.com/domokane/FinancePy/issues"
65+
66+
[tool.pytest.ini_options]
67+
testpaths = ["unit_tests"]
68+
addopts = [
69+
"--ignore=unit_tests/legacy"
70+
]

0 commit comments

Comments
 (0)