Login
Remember
Register
Ask a Question
Which of the following doctest directive is used for not considering or executing a specific doctest?
0
votes
asked
Jul 10, 2020
in
Python
by
GeorgeBell
Which of the following doctest directive is used for not considering or executing a specific doctest?
# doctest: +IGNORE
# doctest: +SKIP
# doctest: +ERASE
# doctest: +NEGLECT
#python
Python-questions-answers
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Jul 10, 2020
by
GeorgeBell
Ans is
# doctest: +SKIP
...