You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
But running
should skip any zero-args function that has a doctest by default.
The text was updated successfully, but these errors were encountered: