Which of the following doctest directive is used for not considering or executing a specific doctest?

Questions & AnswersCategory: Programming LanguageWhich of the following doctest directive is used for not considering or executing a specific doctest?
Adam asked 2 years ago

Which of the following doctest directive is used for not considering or executing a specific doctest?
a. # doctest: +IGNORE
b. # doctest: +ERASE
c. # doctest: +SKIP
d. # doctest: +NEGLECT