Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in doctest

How can a python 2 doctest fail and yet have no difference in the values in the failure message?

python unicode doctest

Testing warnings with doctest

python warnings doctest

How to test exceptions with doctest in Python 2.x and 3.x?

Can I make the pytest doctest module ignore a file?

python pytest doctest

Possible to run python doctest on a jupyter cell function?

Can I have an ellipsis at the beginning of the line in a Python doctest?

python doctest

Multiline statements using Python doctest

python doctest

Python doctest: Skip entire block?

python doctest

How to insert trailing spaces in a doctest, so that it doesn't fail even when actual and expected result look the same?

How can I include special characters (tab, newline) in a python doctest result string?

How to test floats results with doctest?

Python doctest with newline characters: inconsistent leading whitespace error

python doctest

How do I run doctests with PyCharm?

Python doctests: test for None

python doctest

Can python doctest ignore some output lines?

python doctest

Wrapping python doctest results that are longer than 80 characters

python doctest pep8

How do I test dictionary-equality with Python's doctest-package?

python dictionary doctest

Python: using doctests for classes

python unit-testing doctest

Can you check that an exception is thrown with doctest in Python?

python doctest

Custom PyCharm docstring stubs (i.e. for google docstring or numpydoc formats)