summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-11-21Add develop instructions to CONTRIBUTINGBruno Oliveira
From: https://github.com/pytest-dev/pytest/pull/6244
2019-11-20Merge pull request #6237 from blueyed/fix-no_fnmatch_lineDaniel Hahler
pytester: reset log output in _match_lines
2019-11-20Fix rendering of Before/After in changelog (#6238)Bruno Oliveira
Fix rendering of Before/After in changelog
2019-11-20Delete 5934.feature.rst included in the wrong folder by accidentBruno Oliveira
2019-11-20Introduce 5934 in CHANGELOG and fix "pytest" blocksBruno Oliveira
2019-11-19Fix rendering of Before/After in changelogAnthony Sottile
Apparently the version of sphinx that rtd uses is a little more strict about whether an anonymous `code-block` can happen
2019-11-20pytester: reset log output in _match_lines (#70)Daniel Hahler
This is necessary for when using e.g. `no_fnmatch_line` after it. Factor it out into `_fail`. (cherry picked from commit aade7ed0045ba32557ef8565cbab28a2c91053a7) Ref: https://github.com/pytest-dev/pytest/pull/5914#issuecomment-549182242
2019-11-19Merge features into master after 5.3 (#6236)Bruno Oliveira
Merge features into master after 5.3
2019-11-19Improve instructions on how to write CHANGELOG entries (#6235)Bruno Oliveira
Improve instructions on how to write CHANGELOG entries
2019-11-19Release 5.3.0 (#6233)Bruno Oliveira
Release 5.3.0
2019-11-19Improve instructions on how to write CHANGELOG entriesBruno Oliveira
This makes easier for contributors to get the CHANGELOG entry right the first time.
2019-11-19Merge pull request #6231 from blueyed/param-spellDaniel Hahler
Improve check for misspelling of parametrize
2019-11-19Small fixes in the CHANGELOG for 5.3.0Bruno Oliveira
2019-11-19Preparing release version 5.3.0Bruno Oliveira
2019-11-19Merge remote-tracking branch 'upstream/master' into release-5.3.0Bruno Oliveira
2019-11-19Improve check for misspelling of parametrizeDaniel Hahler
- there is no need to do this with `--strict-markers` - it can be done when looking up marks, instead of for every generated test
2019-11-19python: remove unused pytest_make_parametrize_id hookimpl (#6228)Daniel Hahler
2019-11-18Remove check for os.symlink, always there in py3+ (#6227)Bruno Oliveira
Remove check for os.symlink, always there in py3+
2019-11-19python: remove unused pytest_make_parametrize_id hookimplDaniel Hahler
Added in 79927428d initially, but never used.
2019-11-19Merge pull request #6224 from blueyed/visit_Assert-minor-cleanupDaniel Hahler
minor: visit_Assert: move setting of `negation` out of branches
2019-11-19Revert "ci: use tox -vv" (#6226)Daniel Hahler
2019-11-18Remove check for os.symlink, always there in py3+Anthony Sottile
2019-11-18Merge pull request #6202 from linw1995/fix_getmodpathAnthony Sottile
Fix incorrect result of getmodpath method.
2019-11-18Fix --setup-plan fixture lifetimes (#6214)Bruno Oliveira
Fix --setup-plan fixture lifetimes
2019-11-18minor: visit_Assert: move setting of `negation` out of branchesDaniel Hahler
2019-11-18Revert "ci: use tox -vv"Daniel Hahler
`tox -vv` is too verbose, and was only used as a hack to get the output of durations. As for information in logs `-v` could be used maybe still, but I've decided to revert it for now. This reverts commit 56cec5fa79106c0e8c02eb34bd8e5768ec52044d.
2019-11-18Merge pull request #6192 from nicoddemus/remove-reportlog-6180Bruno Oliveira
Remove report_log in favor of pytest-reportlog
2019-11-18mypy: config: use mypy_path=src (#6222)Daniel Hahler
2019-11-18Metafunc: remove hack for DefinitionMock (#6223)Daniel Hahler
2019-11-18Metafunc: remove hack for DefinitionMockDaniel Hahler
Done initially in 99015bfc8.
2019-11-18mypy: config: use mypy_path=srcDaniel Hahler
This allows for checking files inside of "testing" without having "src/…" as an argument also.
2019-11-18Metafunc: remove unused _ids (#6220)Daniel Hahler
2019-11-18Factor out _validate_parametrize_spelling (#6221)Daniel Hahler
2019-11-18Hardening an existing test for demonstrating this change.林玮
2019-11-18Factor out _validate_parametrize_spellingDaniel Hahler
This makes it easier to read `pytest_generate_tests`.
2019-11-18Metafunc: remove unused _idsDaniel Hahler
Forgotten in 40b85d7ee.
2019-11-17Update AUTHORSJosh Karpel
2019-11-17fix whitespace issues in tests for #2049JoshKarpel
2019-11-17changelog entry for #2049JoshKarpel
2019-11-17resolve #2049JoshKarpel
2019-11-17Merge pull request #6201 from asottile/mmAnthony Sottile
Merge master into features
2019-11-17tests: revisit test_cacheprovider (#6199)Daniel Hahler
2019-11-17Merge pull request #6205 from bluetech/type-annotations-8Ran Benita
Add type annotations to _pytest.compat and _pytest._code.code
2019-11-16test_cache_writefail_permissions: ignore any other pluginsDaniel Hahler
2019-11-16tests: revisit test_cacheproviderDaniel Hahler
2019-11-16Add type annotations to _pytest._code.codeRan Benita
2019-11-16pre-commit: upgrade black (#6208)Daniel Hahler
2019-11-16re-run blackDaniel Hahler
2019-11-16Remove (now) unnecessary fmt: offDaniel Hahler
2019-11-16pre-commit: upgrade blackDaniel Hahler
This brings https://github.com/psf/black/pull/826, which helps with https://github.com/psf/black/issues/601.