-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Description
Hey,
thanks for creating this project. In my project I prefer to write code in rst docstrings as doctest:
def foo():
"""Bar.
.. doctest::
>>> import inspect
>>> def foo(a: int) -> str:
... return str(a)
...Do you see any way to also support doctest in this plugin?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels