-
Notifications
You must be signed in to change notification settings - Fork 511
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
nbdev_test_nbs --fname broke in 1.1.7 #388
Comments
Unfortunately the fix in #391 does not solve it in When using a glob like "*_test.ipynb" it does not execute the notebooks, just skips to |
I'm not sure what you are doing wrong, is it because you aren't passing in the proper directory? from the root of this repo:
|
@igorbrigadir I also tested your repo and it works just fine
Followed by
Closing this issue. However, happy to repoen if you can provide a reproduceable example, with a link to a repo with files. Thanks! My only guess is you aren't using the latest version of nbdev. You must clone this repo and do |
Thanks so much for checking!
Yes, that was exactly my mistake - i used It all works now! Thanks! |
You used to be able to use a wildcard / glob in
--fname
parameter innbdev_test_nbs
but this seems to be broken in 1.1.7In 1.1.6:
nbdev_test_nbs --fname "test_*"
this works.
With 1.1.7
nbdev_test_nbs --fname "test_*"
with a later version on pypi: 1.1.8:
With the latest pypi version, 1.1.11:
All tests are passing!
But this is wrong, because it doesn't even attempt to run the notebooks.
The text was updated successfully, but these errors were encountered: