summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2019-07-12Fix typosAlbert Tugushev
2019-07-11Fix rmtree to remove directories with read-only filesBruno Oliveira
2019-07-10[cherry-pick to master] Add rudimentary mypy type checking (#5583)Bruno Oliveira
2019-07-09Improve type-checking in OutcomeExceptionBruno Oliveira
2019-07-09Add rudimentary mypy type checkingRan Benita
2019-07-05Fix comment in stepwise (follow up to #5555) [skip ci]Bruno Oliveira
2019-07-04Handle xfail(strict=True) properly in --step-wise modeBruno Oliveira
2019-07-04Improve quoting in raises match failure messageAnthony Sottile
2019-06-29Apply workaround for multiple short options for Python <= 3.8Bruno Oliveira
2019-06-28Refactoring doctests (#5518)Bruno Oliveira
2019-06-28Remove astor and reproduce the original assertion expressionAnthony Sottile
2019-06-28Refactoring doctestsAmirElkess
2019-06-27Fix crash when discovery fails while using `-p no:terminal`Anthony Sottile
2019-06-27Don't crash with --pyargs and a filename that looks like a moduleAnthony Sottile
2019-06-26Remove py<35 compatibility code from rewrite.pyBruno Oliveira
2019-06-26Features assertion pass hook (#3479)Bruno Oliveira
2019-06-26Merge pull request #5494 from Zac-HD/funcargnames-to-fixturenamesBruno Oliveira
2019-06-26Move formatting variables under the "has impls" ifBruno Oliveira
2019-06-26Improve docs and referenceBruno Oliveira
2019-06-26Restore proper handling of '%' in assertion messagesBruno Oliveira
2019-06-26Fix default value of 'enable_assertion_pass_hook'Bruno Oliveira
2019-06-26Fixed import order pep8.Victor Maryama
2019-06-26Added config back to AssertionWriter and fixed typo in check_if_assertion_pas...Victor Maryama
2019-06-26Merge remote-tracking branch 'upstream/master' into features-assertion-pass-h...Victor Maryama
2019-06-26Explanation variables only defined if failed or passed with plugins implement...Victor Maryama
2019-06-26Further reverting changes.Victor Maryama
2019-06-26Black formatting.Victor Maryama
2019-06-26Using ini-file option instead of cmd option.Victor Maryama
2019-06-26Reverted changes.Victor Maryama
2019-06-26Fix typo replace `circuting` with `circuiting`. (#5497)Bruno Oliveira
2019-06-26Merge pull request #5496 from pytest-dev/stray_commentAnthony Sottile
2019-06-26Fix typo replace `circuting` with `circuiting`.Tim Gates
2019-06-26Update src/_pytest/assertion/rewrite.pyVictor Maryama
2019-06-25Delete stray commentAnthony Sottile
2019-06-25Merge pull request #5495 from nicoddemus/blueyed/cmp-bytesAnthony Sottile
2019-06-25Do not attempt to rewrite non-source files (#5490)Bruno Oliveira
2019-06-25Show bytes ascii representation instead of numeric valueBruno Oliveira
2019-06-25Fix/improve comparison of byte stringsDaniel Hahler
2019-06-26Deprecate funcargnames aliasZac Hatfield-Dodds
2019-06-25Added msg to docstring for cleaning pyc.Victor Maryama
2019-06-25Now dependent on command line option.Victor Maryama
2019-06-25Merge remote-tracking branch 'upstream/features' into merge-features-into-masterBruno Oliveira
2019-06-25Include pytest version in the cached pyc tags (#5484)Bruno Oliveira
2019-06-25Do not attempt to rewrite non-source filesAnthony Sottile
2019-06-25Black formatting.Victor Maryama
2019-06-25Formatting and removed py2 support.Victor Maryama
2019-06-25Added "experimental" note.Victor Maryama
2019-06-25 Do not allow abbreviated argumentsZac Hatfield-Dodds
2019-06-24Pickup addition positional args passed to _parse_parametrize_ar… (#5483)Bruno Oliveira
2019-06-24Pickup additional positional args passed to _parse_parametrize_argsKevin J. Foley