Skip to content
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

Specifying skipped notebooks needs improvement #11

Open
jlstevens opened this issue Jun 1, 2018 · 0 comments · May be fixed by #42
Open

Specifying skipped notebooks needs improvement #11

jlstevens opened this issue Jun 1, 2018 · 0 comments · May be fixed by #42

Comments

@jlstevens
Copy link

jlstevens commented Jun 1, 2018

On two separate occasions I have been frustrated with how difficult it is to skip notebooks with nbsmoke. Regular expressions are not always trivial to get right (e.g what symbols need escaping and how?) and often all you want to do is to exclude a specific notebook by its exact filename.

I have found myself trying different regular expressions several times only to find later that the intended notebook was not get skipped. It is possible that this problem has been compounded by not knowing whether I need to use skip_run on nbsmoke_skip_run which means my regular expressions may have been correct but specified in the wrong place.

At any rate, I would like is a much simple option to list the notebooks to skip by their exact file names to avoid the cognitive effort of thinking about regular expressions. This does not mean it shouldn't be possible to use regular expressions when required but I do believe a simple list would suffice in most cases.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant