summaryrefslogtreecommitdiff
path: root/changelog
AgeCommit message (Expand)Author
2017-10-18Merge pull request #2850 from bilderbuchi/docs-911Bruno Oliveira
2017-10-18Add documentation about python -m pytest invocation.Christoph Buchner
2017-10-17Clarify the documentation of fixture scopes. Closes #538.Christoph Buchner
2017-10-08Add changelog for #2819Leonard Lausen
2017-10-05Add mention of xpass in skip/xfail documentationXuan Luong
2017-10-03Preparing release version 3.2.3Bruno Oliveira
2017-09-30Add example of -k 'not test' in help textXuan Luong
2017-09-19fix 'DoctestItem' object has no attribute '_fixtureinfo'Oliver Bestwalter
2017-09-14Merge pull request #2750 from evanunderscore/fix-filescompleterBruno Oliveira
2017-09-13Merge pull request #2754 from nicoddemus/xfail_strictRonny Pfannschmidt
2017-09-10Update documentation on multiple calls of metafunc.parametrizeXuan Luong
2017-09-09Rename changelog file to PR id numberXuan Luong
2017-09-09Fix typo in example of passing a callable to markersXuan Luong
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-06Preparing release version 3.2.2Bruno Oliveira
2017-09-06[DOC] Add examples for mark.with_argsXuan Luong
2017-09-06Merge pull request #2700 from nicoddemus/staticmethods-fixturesRonny Pfannschmidt
2017-09-05Set xfail_strict=True in pytest's own test suiteBruno Oliveira
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-30Improve CHANGELOG entry to be more user-friendlyBruno Oliveira
2017-08-30Merge remote-tracking branch 'upstream/master' into cybergrind/fix_baseexceptionBruno Oliveira
2017-08-30fixes #2731 ReprFuncArgs with mixed unicode and utf-8 argsFernando Macedo
2017-08-25Add changelog item for PR #2721.Joe Talbott
2017-08-23`compat.safe_getattr` now catches OutcomeExceptions tooKirill Pinchuk
2017-08-17Allow tests declared as @staticmethod to use fixturesBruno Oliveira
2017-08-16Fixed error in 'Good Practices' code snippetAntonio Hidalgo
2017-08-13Use the correct stacklevel for getfuncargvalue() deprecation warning.Andreas Pelme
2017-08-09Merge pull request #2671 from nicoddemus/release-3.2.1Bruno Oliveira
2017-08-09Update changelog for #2653Felipe Dau
2017-08-08Preparing release version 3.2.1Bruno 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-05Merge pull request #2656 from nicoddemus/unittest-featuresRonny Pfannschmidt
2017-08-04Document which pytest features work with `unittest`Bruno Oliveira
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-30Preparing release version 3.2.0Bruno 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-28make Test Outcomes inherit from BaseException instead of exceptionRonny Pfannschmidt
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
2017-07-26Show multiple issue links in CHANGELOG entriesMihai Capotă