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

Related questions

0 votes
asked Jul 10, 2020 in Python by GeorgeBell
+1 vote
asked Feb 15, 2021 in Python by SakshiSharma
...