summaryrefslogtreecommitdiff
path: root/testing/test_pytester.py
AgeCommit message (Expand)Author
2020-12-18address commentsantonblr
2020-12-18tests: Migrate to pytester - final updateantonblr
2020-11-21Add str() support to LineMatcher (#8050)Maximilian Cosmo Sitter
2020-10-25testing: use pytester.spawn instead of testdirRan Benita
2020-10-12New pytester fixture (#7854)Bruno Oliveira
2020-10-05py36+: com2annAnthony Sottile
2020-10-03py36+: pyupgrade: py36+Anthony Sottile
2020-08-04typing: set warn_unreachableRan Benita
2020-08-03testing: fix some docstring issuesRan Benita
2020-07-10Remove no longer needed `noqa: F821` usesRan Benita
2020-06-13assertoutcomes() only accepts plural formsBruno Oliveira
2020-05-12mark: reuse compiled expression for all items in -k/-mRan Benita
2020-04-08Update testing/test_pytester.pyDaniel Hahler
2020-04-06Fix `test_popen_default_stdin_stderr_and_stdin_None` when run with `-s`Daniel Hahler
2020-03-04Fix usage of pytester with doctests (#6802)Daniel Hahler
2020-02-18Use a hack to make typing of pytest.fail.Exception & co workRan Benita
2020-02-10Move ExitCode's definition from _pytest.main to _pytest.configRan Benita
2020-02-04pytester: LineMatcher: typing, docs, consecutive line matching (#6653)Daniel Hahler
2020-02-01pytester.LineMatcher: add support for matching lines consecutivelyDaniel Hahler
2020-02-01typing: pytester: LineMatcherDaniel Hahler
2020-02-01Use TypeError instead of AssertionError for no sequenceDaniel Hahler
2020-02-01testing/test_pytester.py: cosmeticsDaniel Hahler
2020-01-29Merge master into featuresDaniel Hahler
2020-01-27pytester: test for _makefile joining an absolute pathDaniel Hahler
2020-01-22Merge master into featuresDaniel Hahler
2020-01-22Merge remote-tracking branch 'upstream/master' into mmBruno Oliveira
2020-01-22tests: fix test_cwd_snapshotDaniel Hahler
2020-01-19Fix check_untyped_defs errors in test_pytesterRan Benita
2020-01-10Merge master into featuresDaniel Hahler
2019-12-30Fix `RunResult.parseoutcomes` (follow-up to #6353)Daniel Hahler
2019-12-18pytester: quick fix error introduced in #5990Alexandre Mulatinho
2019-11-22pytester: remove special handling of env during inner runsDaniel Hahler
2019-11-20pytester: reset log output in _match_lines (#70)Daniel Hahler
2019-10-27pytester: typingDaniel Hahler
2019-10-24pytester: align prefixes (#6026)Bruno Oliveira
2019-10-24pytester: align prefixesDaniel Hahler
2019-10-23Show the mnemonic of pytest.ExitCode in RunResult's reprBruno Oliveira
2019-10-06Introduce no_fnmatch_line/no_re_match_line in pytesterBruno Oliveira
2019-08-10Show session duration in human-readable formatBruno Oliveira
2019-08-02Merge master into featuresDaniel Hahler
2019-07-20Fix ordering of sys modules snapshotAnthony Sottile
2019-06-30Remove 'pytest.config'Bruno Oliveira
2019-06-15initial conversion of exit codes to enumRonny Pfannschmidt
2019-06-06small mypy fixesAnthony Sottile
2019-06-04Clean up u' prefixes and py2 bytes conversionsAnthony Sottile
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-05-30pytester: factor out testdir._env_run_updateDaniel Hahler
2019-05-30pytester: use temporary HOME with spawnDaniel Hahler