0 votes
in Python by
Which of the following doctest directive is used for not considering or executing a specific doctest?

# doctest: +IGNORE

# doctest: +SKIP

# doctest: +ERASE

# doctest: +NEGLECT

1 Answer

0 votes
by
# doctest: +SKIP
...