Skip to content

Commit e31374a

Browse files
committed
Merge branch 'examples-as-tests' of github.com:CITCOM-project/CausalTestingFramework into examples-as-tests
2 parents 9c2f925 + ae262ee commit e31374a

File tree

8 files changed

+7
-0
lines changed

8 files changed

+7
-0
lines changed

.github/workflows/ci-tests.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ jobs:
2525
conda install -c conda-forge pygraphviz
2626
python --version
2727
pip install -e .
28+
pip install -e .[test]
2829
pip install pytest pytest-cov
2930
shell: bash -l {0}
3031
- name: Test with pytest

pyproject.toml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,3 +65,9 @@ max_line_length = 120
6565
in-place = true
6666
recursive = true
6767
aggressive = 3
68+
69+
[tool.pytest.ini_options]
70+
minversion = "6.0"
71+
python_files=[
72+
"test_*.py",
73+
"example_*.py"]

0 commit comments

Comments
 (0)