summaryrefslogtreecommitdiff
path: root/testing
AgeCommit message (Expand)Author
2017-11-22Handle marks without descriptionSviatoslav Abakumov
2017-11-21Fix assertion rewrite to match module names correctlyBruno Oliveira
2017-11-11Merge branch 'master' into fix-missing-nodeid-with-pyargsRonny Pfannschmidt
2017-11-09Mark test_py2_unicode as xfail in PyPy2 on WindowsBruno Oliveira
2017-11-04Fix linting E722: do not use bare exceptBruno Oliveira
2017-11-04Fix linting E741: ambiguous variable nameBruno Oliveira
2017-10-30Merge pull request #2874 from nicoddemus/fix-py27-xdist-envs-2843Ronny Pfannschmidt
2017-10-29Fix context output handling for doctestsThomas Hisch
2017-10-26Remove trailing whitespaceBruno Oliveira
2017-10-26Add comment about why we remove docstrings on test_assertrewriteBruno Oliveira
2017-10-25Put imports on the last line unless there are other exprsSviatoslav Abakumov
2017-10-25Try to get docstring from module nodeSviatoslav Abakumov
2017-10-24Merge pull request #2867 from Perlence/ini-markers-whitespaceBruno Oliveira
2017-10-24Strip whitespace from markers in INI configSviatoslav Abakumov
2017-10-23Address more review comments, fix massive bug I reintroduced in the node-spli...Tom Dalton
2017-10-23Working (I think) fix for #2836Tom Dalton
2017-10-23Test now looks for real expected outputTom Dalton
2017-10-23Add failing testTom Dalton
2017-10-09Add testcase for #2819Leonard Lausen
2017-09-19fix 'DoctestItem' object has no attribute '_fixtureinfo'Oliver Bestwalter
2017-09-14Merge pull request #2750 from evanunderscore/fix-filescompleterBruno Oliveira
2017-09-13Fix #2775 - running pytest with "--pyargs" will result in Items with empty "p...Christian Boelsen
2017-09-13Merge pull request #2754 from nicoddemus/xfail_strictRonny Pfannschmidt
2017-09-12Remove xfail mark from passing test in py26Bruno Oliveira
2017-09-09[bugfix] Checking MarkDecorator equality returns False for non-MarkDecorator ...Xuan Luong
2017-09-08Fix crash in FastFilesCompleter with no prefixEvan
2017-09-06Merge pull request #2700 from nicoddemus/staticmethods-fixturesRonny Pfannschmidt
2017-09-01Merge pull request #2742 from nicoddemus/resultlog-deprecationRonny Pfannschmidt
2017-08-31Improve user guidance regarding ``--resultlog`` deprecationBruno Oliveira
2017-08-31Merge pull request #2735 from fgmacedo/fgm-fix-reprfuncargs-toterminalRonny Pfannschmidt
2017-08-30fixes #2731 ReprFuncArgs with mixed unicode and utf-8 argsFernando Macedo
2017-08-23`compat.safe_getattr` now catches OutcomeExceptions tooKirill Pinchuk
2017-08-17Allow tests declared as @staticmethod to use fixturesBruno Oliveira
2017-08-07Fix windows console workaround error with non-standard io-streamsBruno Oliveira
2017-08-05remove os.sep as it behaves differently linux and windows.Srinivas Reddy Thatiparthy
2017-08-03Fix small terminal glitch when collecting a single test itemBruno Oliveira
2017-08-01Properly escape test names when setting PYTEST_CURRENT_TEST environment variableBruno Oliveira
2017-07-30Merge pull request #2576 from maiksensi/feat/raise-not-implemented-for-lt-gt-...Bruno Oliveira
2017-07-30Merge pull request #2490 from RonnyPfannschmidt/fix-580Bruno Oliveira
2017-07-30Merge pull request #2632 from jmoldow/pep_0415_suppress_exception_contextBruno Oliveira
2017-07-30Merge pull request #2617 from wence-/fix/nondeterministic-fixturesBruno Oliveira
2017-07-29Support PEP-415's Exception.__suppress_context__Jordan Moldow
2017-07-28fix linting issuesRonny Pfannschmidt
2017-07-28make Test Outcomes inherit from BaseException instead of exceptionRonny Pfannschmidt
2017-07-28Use new hook to report accurate tests skipped in --lf and --ffBruno Oliveira
2017-07-27xfail and skipped tests are removed from the "last-failed" cacheBruno Oliveira
2017-07-27Add xfail specific testsBruno Oliveira
2017-07-27Make cache plugin always remember failed testsBruno Oliveira
2017-07-27Introduce new pytest_report_collectionfinish hookBruno Oliveira
2017-07-26Merge remote-tracking branch 'upstream/master' into featuresBruno Oliveira