summaryrefslogtreecommitdiff
path: root/src/_pytest/main.py
AgeCommit message (Expand)Author
2019-11-21main: wrap_session: handle exit.Exception with notify_exceptionDaniel Hahler
2019-11-07Add --co option to collect-onlyNNRepos
2019-11-07_perform_collect: remove comment about untested code (#6144)Daniel Hahler
2019-11-07Merge master into features (#6111)Daniel Hahler
2019-11-07_perform_collect: remove comment about untested codeDaniel Hahler
2019-11-06Session: collect: keep/use already parsed initialpartDaniel Hahler
2019-11-06Merge master into featuresDaniel Hahler
2019-11-05typing around Node.location, reportinfo, repr_excinfo etcDaniel Hahler
2019-10-31typosPatrick Harmon
2019-10-27Fix plurality mismatch for and in pytest terminal summaryMarcoGorelli
2019-10-15Add missing version added/changed markers to docsBruno Oliveira
2019-08-05Merge master into featuresDaniel Hahler
2019-08-05Fix RuntimeError when trying to collect package with "__init__.py" onlyDaniel Hahler
2019-06-30Remove 'pytest.config'Bruno Oliveira
2019-06-27Don't crash with --pyargs and a filename that looks like a moduleAnthony Sottile
2019-06-24Switch from deprecated imp to importlibAnthony Sottile
2019-06-17fix typos in the resolution of #5125Ronny Pfannschmidt
2019-06-15Improve ExitCode docstringBruno Oliveira
2019-06-15pre-commitRonny Pfannschmidt
2019-06-15document exitcode membersRonny Pfannschmidt
2019-06-15initial conversion of exit codes to enumRonny Pfannschmidt
2019-06-03pre-commit run pyupgrade --all-filesAnthony Sottile
2019-06-03pre-commit run reorder-python-imports --all-filesAnthony Sottile
2019-06-03pre-commit run fix-encoding-pragma --all-filesAnthony Sottile
2019-06-02Drop Python 2.7 and 3.4 supportBruno Oliveira
2019-05-14Use fix-encoding-pragma pre-commit hookAnthony Sottile
2019-05-09Change ``--strict`` to ``--strict-markers``, preserving the old oneBruno Oliveira
2019-04-29Use config_invocation_dir for startdirs (#5151)Bruno Oliveira
2019-04-22Use config_invocation_dir for startdirsDaniel Hahler
2019-04-18pytest_sessionfinish: preset exitstatus with UsageErrorsDaniel Hahler
2019-04-03wrap_session: restore old behavior for initstate=1Daniel Hahler
2019-03-26Merge pull request #4979 from blueyed/minorDaniel Hahler
2019-03-24Add Session.__repr__Daniel Hahler
2019-03-22minor: wrap_session: s/Spurious/unexpected/Daniel Hahler
2019-03-21Fix some issues related to "-p no:X" with default_pluginsDaniel Hahler
2019-03-01Run isortDaniel Hahler
2019-02-16Merge remote-tracking branch 'upstream/master' into release-4.3.0Bruno Oliveira
2019-02-14collect: python: fix `AssertionError` with broken symlinksDaniel Hahler
2019-02-13Merge master into featuresDaniel Hahler
2019-02-11Fix/improve handling of pkg init and test file via argsDaniel Hahler
2019-02-09Merge pull request #4722 from fetzerch/ignore_wildcardsDaniel Hahler
2019-02-08Merge pull request #4747 from blueyed/visit-filterDaniel Hahler
2019-02-08pytest.main: collect: factor out _visit_filterDaniel Hahler
2019-02-08Fix handling of collect_ignore from parent conftestDaniel Hahler
2019-02-06Add ability to exclude files matching glob patterns in conftest.pyChristian Fetzer
2019-02-06Add ability to exclude files matching glob patterns with --ignore-globChristian Fetzer
2018-12-11Derive outcomes.exit.Exception from SystemExit instead of KeyboardInterruptDaniel Hahler
2018-12-03Deprecate pytest.configAnthony Sottile
2018-11-22fix #4386 - restructure construction and partial state of ExceptionInfoRonny Pfannschmidt
2018-11-13Merge remote-tracking branch 'upstream/master' into merge-master-into-featuresBruno Oliveira