summaryrefslogtreecommitdiff
path: root/testing/test_main.py
AgeCommit message (Expand)Author
2020-12-18tests: Migrate to pytester - final updateantonblr
2020-12-15Some py.path.local -> pathlib.PathRan Benita
2020-10-03py36+: pyupgrade: py36+Anthony Sottile
2020-10-03py36+: remove rexport of Path and PurePathAnthony Sottile
2020-09-04Replace some usages of config.{rootdir,inifile} with config.{rootpath,inipath}Ran Benita
2020-08-22main: improve message on `pytest path/to/a/directory::mytest`Ran Benita
2020-08-15Refactor Session._parsearg into a separate function for testingBruno Oliveira
2020-06-087119: data loss with mistyped --basetemp (#7170)Prashant Anand
2020-02-11Merge remote-tracking branch 'upstream/master' into mmBruno Oliveira
2020-02-10Move ExitCode's definition from _pytest.main to _pytest.configRan Benita
2020-02-02Handle `Exit` exception in `pytest_sessionfinish`Daniel Hahler
2019-11-21main: wrap_session: handle exit.Exception with notify_exceptionDaniel Hahler
2010-11-13flat is better than nested (cont'd):holger krekel
2010-11-13internally use pytest.* instead of ``py.test.*`` in many places.holger krekel
2010-11-06test and fix tracing indentation in case of exceptionsholger krekel
2010-11-06add indent facility to tracingholger krekel
2010-11-05implement and document new invocation mechanisms, see doc/usage.txtholger krekel