Skip to content

Commit

Permalink
Update Makefile
Browse files Browse the repository at this point in the history
Limiting tests
  • Loading branch information
AllenDowney authored Aug 1, 2024
1 parent 75eff47 commit aa88df3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,5 @@ clean:

tests:
cd chapters; pytest --nbmake chap*.ipynb
cd examples; pytest --nbmake *.ipynb
# many of the examples don't pass tests without the solutions
# cd examples; pytest --nbmake *.ipynb

0 comments on commit aa88df3

Please sign in to comment.