summaryrefslogtreecommitdiff
path: root/testing/test_doctest.py
AgeCommit message (Expand)Author
2017-07-17Fixed E101 flake8 errorsAndras Tim
2017-07-17Fixed flake8 warningsAndras Tim
2017-06-13Fix decode error in Python 2 for doctests in docstringsBruno Oliveira
2017-05-26Fix unicode issue while running doctests in Python 2Bruno Oliveira
2017-03-16Add __future__ imports to all pytest modulesBruno Oliveira
2017-02-16New-style classes implemented for python 2.7 - #2147Michal Wajszczuk
2016-12-27Merge branch 'master' into merge-master-into-featuresBruno Oliveira
2016-12-27Move module error compatibility code to _pytest.compatBruno Oliveira
2016-12-27Tests: Check for ModuleNotFoundError on Python 3.6+Miro HronĨok
2016-11-30Fixed the tests for python 2.6Manuel Krebber
2016-11-30Changed the doctest_encoding option to an ini option.Manuel Krebber
2016-11-29Changed the tests to pass on python 2 as well.Manuel Krebber
2016-11-29Added some tests for --docstring-encoding option. Added option to specify enc...Manuel Krebber
2016-07-23Simplify test in test_doctest_report_none_or_only_first_failure.Romain Dorgueil
2016-07-23using @pytest.mark.parametrize instead of calling one test many times from an...Romain Dorgueil
2016-07-23Refactors test to be in its own class, as discussed with @nicoddemus.Romain Dorgueil
2016-07-23Choose the doctest output format in case of failure, still work in progress a...Romain Dorgueil
2016-06-22merge master into featuresRonny Pfannschmidt
2016-06-21Exit pytest on collection error (without executing tests)Omar Kohl
2016-06-01Don't mark empty doctest files as skipped, fixes #1578Thomas Grainger
2016-03-02Add a new doctest_namespace fixtureMatt Williams
2016-01-25Moved py.code code over to py.testBruno Oliveira
2016-01-22Merge branch 'master' into 'features'Bruno Oliveira
2016-01-08Fix decode error in Python 2.7 when docstrings contain a non-ascii characterBruno Oliveira
2016-01-01Merge pull request #1294 from nicoddemus/doctest-bytes-literalsRonny Pfannschmidt
2015-12-30Complement #1255 by adding tests and docsBruno Oliveira
2015-12-29Implement ALLOW_BYTES doctest optionBruno Oliveira
2015-10-03Fix problems when mixing autouse fixtures and doctest modulesBruno Oliveira
2015-08-31Make doctest SKIP option register doctests as SKIPPED rather than PASSEDBruno Oliveira
2015-08-12Fix coverageBruno Oliveira
2015-08-12Add ALLOW_UNICODE doctest optionBruno Oliveira
2015-07-13Consider session fixtures for doctest docstrings in modulesBruno Oliveira
2015-06-16Mention issue 713 in the test's docstringBruno Oliveira
2015-06-16Handle reports that don't have a reprcrashPunyashloka Biswal
2015-04-28streamline pytester API majorly:holger krekel
2015-04-28- refine lsof checkingholger krekel
2015-02-28Merged in issue616 (pull request #252)Ronny Pfannschmidt
2015-02-26Merged in cpcloud/pytest/ignore-doctest-import-errors (pull request #243)holger krekel
2015-02-26fix issue616 - conftest visibility fixes. This is achieved byholger krekel
2015-02-26Add test for command line usagePhillip Cloud
2015-02-19Remove pdbpp xfails; don't seem necessary anymoreMarc Abramowitz
2014-10-08Add a doctest for module docstringsHolger Peters
2014-10-08Add configuration option for doctest flagsHolger Peters
2014-07-14with pypy this tests leaks one FD but it's probably a residual effect of the ...holger krekel
2013-11-22fix issue275 - allow usefixtures and autouse fixturesholger krekel
2013-10-12fix flakes issues and make --flakes run part of tox runsholger krekel
2013-09-28introduce pluginmanager.ensure_teardown() which allowsholger krekel
2013-09-06xfail some tests for doctest support if pdbpp is installedholger krekel
2013-05-17zero to many doctests from module instead of oneDanilo de Jesus da Silva Bellini
2013-03-24fix Issue 274 - dont fail when doctest does not know the example locationRonny Pfannschmidt