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
Is it possible to globally define an object for doctest?
And how to run the command with this object?
example command: doctest.testmod(extraglobs={'t': MdFile(PDF_FILE_TEST)})
Is it possible to globally define an object for doctest?
And how to run the command with this object?
example command:
doctest.testmod(extraglobs={'t': MdFile(PDF_FILE_TEST)})