We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f4ae53a commit 3f1f931Copy full SHA for 3f1f931
.github/workflows/python-app.yml
@@ -39,4 +39,4 @@ jobs:
39
40
- name: Test with pytest
41
run: |
42
- pytest --nbval # This will run tests inside .ipynb files in the current directory
+ pytest --nbval tests/test_Literals_in_Python.ipynb # Specify the notebook path to run the tests
0 commit comments