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

Zero args runner "allzero" behavior #65

Open
Erotemic opened this issue Feb 21, 2020 · 0 comments
Open

Zero args runner "allzero" behavior #65

Erotemic opened this issue Feb 21, 2020 · 0 comments
Assignees

Comments

@Erotemic
Copy link
Owner

Zero args runner should ignore zero-args funcs that have doctests.

In ubelt python -m ubelt zero runs _win32_can_symlink, which has a doctest probably shouldn't be run by the xdoctest "zero" command. At least there should be a way to disable it from running.

Running this should still work

python -m xdoctest /home/joncrall/code/ubelt/ubelt/_win32_links.py _win32_can_symlink

But running

python -m ubelt zero

should skip any zero-args function that has a doctest by default.

@Erotemic Erotemic self-assigned this Feb 21, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant