summaryrefslogtreecommitdiff
path: root/testing
AgeCommit message (Expand)Author
2020-09-12Merge pull request #7745 from asottile/exec_globals_type_problemBruno Oliveira
2020-09-11Fix INTERNALERROR when accessing locals / globals with faulty `exec`Anthony Sottile
2020-09-11Allow ovewriting a parametrized fixture while reusing the parent fixture's valueBruno Oliveira
2020-09-04Merge pull request #7685 from bluetech/py-to-pathlib-2Ran Benita
2020-09-04Merge pull request #7708 from nicoddemus/repr-line-7707Bruno Oliveira
2020-09-04Replace some usages of config.{rootdir,inifile} with config.{rootpath,inipath}Ran Benita
2020-09-04Integrate warnings filtering directly into Config (#7700)Bruno Oliveira
2020-09-03Fix handle of exceptions in ReprEntry with tb=lineBruno Oliveira
2020-08-27python: small optimization in PyCollector.collect()Ran Benita
2020-08-26python: skip pytest_pycollect_makeitem work on certain namesRan Benita
2020-08-25python: fix empty parametrize() leading to "NotSetType.token" idRan Benita
2020-08-24Merge pull request #7651 from bluetech/capture-safe-disableRan Benita
2020-08-23testing: fix flaky test when executed slowlyRan Benita
2020-08-23Merge pull request #7673 from bluetech/logging-fix-handler-restoreRan Benita
2020-08-23Merge pull request #7668 from bluetech/dir-match-msgRan Benita
2020-08-22logging: fix handler level restored incorrectly if caplog.set_level is called...Ran Benita
2020-08-22Reintroduce warnings postponed in 6.0 (#7637)Maximilian Cosmo Sitter
2020-08-22main: improve message on `pytest path/to/a/directory::mytest`Ran Benita
2020-08-19PytestDeprecationWarning no longer a hard errorBruno Oliveira
2020-08-19Remove resultlog pluginBruno Oliveira
2020-08-19Remove broken pytest_collect_directory hookBruno Oliveira
2020-08-19Remove deprecated TerminalReporter.writer propertyBruno Oliveira
2020-08-19Change junit_family default to xunit2Bruno Oliveira
2020-08-19Hard failure when constructing Node subclassesBruno Oliveira
2020-08-19Drop support for positional arguments in @pytest.fixtureBruno Oliveira
2020-08-19Remove funcargnames compatibility propertyBruno Oliveira
2020-08-18Merge pull request #7648 from bluetech/pylint-abc2Ran Benita
2020-08-17Merge pull request #7643 from nicoddemus/issue-7628Bruno Oliveira
2020-08-16capture: fix disabled()/global_and_fixture_disabled() enabling capturing when...Ran Benita
2020-08-15Refactor Session._parsearg into a separate function for testingBruno Oliveira
2020-08-15Fix Module.name from full path without drive letterBruno Oliveira
2020-08-15Only define gethookproxy, isinitpath on SessionRan Benita
2020-08-12get_dirs_from_args handles paths with invalid syntaxBruno Oliveira
2020-08-10capture: add type annotations to CaptureFixtureRan Benita
2020-08-10capture: overcome a mypy limitation by making CaptureResult a regular classRan Benita
2020-08-06Replace some usages of py.path.localRan Benita
2020-08-06config/findpaths: convert from py.path.local to pathlibRan Benita
2020-08-06pathlib: add analogues to py.path.local's bestrelpath and commonRan Benita
2020-08-05Fix test_plain_unittest_does_not_support_async on pypy3Bruno Oliveira
2020-08-04Demonstrate that plain unittest does not support async tests (#7607)Bruno Oliveira
2020-08-04Improve typing of reports' longrepr fieldRan Benita
2020-08-04resultlog: add missing type annotationsRan Benita
2020-08-04typing: set warn_unreachableRan Benita
2020-08-03testing: fix some docstring issuesRan Benita
2020-08-01typing: set disallow_any_genericsRan Benita
2020-08-01Format docstrings in a consistent styleRan Benita
2020-08-01Merge pull request #7593 from bluetech/typing-no-implicit-reexportBruno Oliveira
2020-07-31typing: set no_implicit_reexportRan Benita
2020-07-30Stop using more-itertoolsRan Benita
2020-07-29Merge pull request #7561 from nicoddemus/longreprtext-7559Bruno Oliveira