Skip to content

Commit 3e9e4b1

Browse files
committed
add nbmake dependency and run in CI
1 parent b88165d commit 3e9e4b1

3 files changed

Lines changed: 20 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,4 @@ jobs:
3535
run: mypy .
3636

3737
- name: Run tests
38-
run: pytest
38+
run: pytest --nbmake

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ dev = [
1818
"pytest>=9.0.2",
1919
"pytest-cov>=7.0.0",
2020
"pytest-mock>=3.15.1",
21+
"nbmake>=1.5.5",
2122
]
2223

2324

uv.lock

Lines changed: 18 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)