summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-10-23Make CONTRIBUTING and PR template more consistent regarding doc contributionsBruno Oliveira
2017-10-23Merge pull request #2863 from lancelote/patch-1Florian Bruhin
Remove typo @ in assignment
2017-10-23Remove typo @ in assignmentPavel Karateev
2017-10-18Merge pull request #2850 from bilderbuchi/docs-911Bruno Oliveira
Add documentation about python -m pytest invocation.
2017-10-18Merge pull request #2848 from bilderbuchi/fix-538Bruno Oliveira
Clarify the documentation of fixture scopes
2017-10-18Add documentation about python -m pytest invocation.Christoph Buchner
2017-10-18Merge pull request #2847 from meawoppl/patch-1Florian Bruhin
Spelling Fix
2017-10-17Clarify the documentation of fixture scopes. Closes #538.Christoph Buchner
2017-10-17Update mark.pyMatty G
2017-10-16Merge pull request #2841 from pgiraud/patch-1Bruno Oliveira
Fix auto-use fixture doc
2017-10-16Fix auto-use fixture docPierre GIRAUD
2017-10-16Merge pull request #2840 from MarSoft/patch-2Florian Bruhin
Fix typo in parametrization doc
2017-10-16Fix typo in parametrization docСемён Марьясин
2017-10-09Merge pull request #2819 from leezu/fix_kwargs_fixturesRonny Pfannschmidt
Fix pytest.parametrize when argnames are specified as kwarg
2017-10-09Add testcase for #2819Leonard Lausen
2017-10-09Defensive fallback in case of kwargs not being presentLeonard Lausen
2017-10-08Add changelog for #2819Leonard Lausen
2017-10-08Fix pytest.parametrize when argnames are specified as kwargLeonard Lausen
2017-10-06Merge pull request #2815 from xuanluong/issue-1997-document-xpassRonny Pfannschmidt
Add mention of xpass in skip/xfail documentation
2017-10-05Add mention of xpass in skip/xfail documentationXuan Luong
2017-10-04Merge pull request #2813 from nicoddemus/release-3.2.3Bruno Oliveira
Preparing release version 3.2.3
2017-10-03Preparing release version 3.2.3Bruno Oliveira
2017-10-01Merge pull request #2807 from xuanluong/issue-1442-mention-not--k-helpBruno Oliveira
[doc] Add example of -k 'not test' in help text
2017-09-30Add example of -k 'not test' in help textXuan Luong
2017-09-19Merge pull request #2789 from Avira/masterBruno Oliveira
Don't crash if an item has no _fixtureinfo attribute
2017-09-19Merge pull request #2792 from Avira/fix-tox-docs-linkBruno Oliveira
fix tox documentation link
2017-09-19fix tox documentation linkOliver Bestwalter
2017-09-19fix 'DoctestItem' object has no attribute '_fixtureinfo'Oliver Bestwalter
* doxtests don't seem to have this attribute, so nothing will be written in that case. * tried to be a good boy scout and tidied up surrounding code a bit (comments, shadowed/unused names, removed random new lines, naming things)
2017-09-17Merge pull request #2785 from nicoddemus/py36Ronny Pfannschmidt
Change to py36 as main environment for Python 3 environments in tox
2017-09-16Change to py36 as main environment for Python 3 environments in toxBruno Oliveira
This also has the benefit of working around Travis recent failures in Python 3.5 environments.
2017-09-14Merge pull request #2750 from evanunderscore/fix-filescompleterBruno Oliveira
Fix crash in FastFilesCompleter with no prefix
2017-09-14Small fixes to development_guide: title and label namesBruno Oliveira
* Fix title to use a proper "title" section marker * Fix labels by adding a " " after the ":" * Fix OS labels after obvious mishap * Sort labels
2017-09-14Merge pull request #2760 from nicoddemus/labelsBruno Oliveira
Add development guide to docs
2017-09-13Add development guide to docsBruno Oliveira
2017-09-13Merge pull request #2754 from nicoddemus/xfail_strictRonny Pfannschmidt
Set xfail_strict=True in pytest's own test suite
2017-09-12Remove xfail mark from passing test in py26Bruno Oliveira
2017-09-10Merge pull request #2766 from ↵Bruno Oliveira
xuanluong/issue-1548-docs-multiple-calls-metafunc-parametrize Update documentation on multiple calls of metafunc.parametrize
2017-09-10Update documentation on multiple calls of metafunc.parametrizeXuan Luong
2017-09-09Merge pull request #2765 from xuanluong/pass-callable-to-marker-typoBruno Oliveira
Fix typo in example of passing a callable to markers
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-09Merge pull request #2763 from jhamman/docs/skipif_class_warningBruno Oliveira
add warning to skipping docs re marker inheritance
2017-09-09Merge pull request #2764 from xuanluong/issue-2758-fix-mark-decorator-equalityRonny Pfannschmidt
[bugfix] Checking MarkDecorator equality returns False for non-MarkDecorator object
2017-09-09[bugfix] Checking MarkDecorator equality returns False for non-MarkDecorator ↵Xuan Luong
object
2017-09-08add warning to skipping docs re marker inheritanceJoe Hamman
2017-09-07Merge pull request #2757 from nicoddemus/release-3.2.2Bruno Oliveira
Preparing release version 3.2.2
2017-09-08Fix crash in FastFilesCompleter with no prefixEvan
2017-09-06Preparing release version 3.2.2Bruno Oliveira
2017-09-06Merge pull request #2736 from xuanluong/issue-2604-documents-mark.with_argsBruno Oliveira
[DOC] Add examples for mark.with_args
2017-09-06[DOC] Add examples for mark.with_argsXuan Luong