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
I have a popular case when I use docstrings to illustrate my examples right in the docs.
But, the problem is that cannot be checked.
I use regular --doctest-modules feature from pytest, but it is not enough for reveal_type(...)
We can probably use the same idea and to check cases in the docs.
The text was updated successfully, but these errors were encountered:
I have a popular case when I use docstrings to illustrate my examples right in the docs.
But, the problem is that cannot be checked.
I use regular
--doctest-modules
feature frompytest
, but it is not enough forreveal_type(...)
We can probably use the same idea and to check cases in the docs.
The text was updated successfully, but these errors were encountered: