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
Ans is

# doctest: +SKIP

Related questions

+1 vote
asked Jul 16, 2020 in Python by GeorgeBell
0 votes
asked Jul 16, 2020 in Python by GeorgeBell
...