summaryrefslogtreecommitdiff
path: root/testing/test_assertrewrite.py
AgeCommit message (Expand)Author
2021-01-29Remove some no longer needed type-ignoresRan Benita
2020-12-15Some py.path.local -> pathlib.PathRan Benita
2020-11-14assertion/rewrite: write pyc's according to PEP-552 on Python>=3.7Ran Benita
2020-10-31code: simplify Code constructionRan Benita
2020-10-29Migrate test_assertrewrite.py from testdir to pytester (#7952)Christine Mecklenborg
2020-10-25testing: fix test_assertrewrite with PYTHONPYCACHEPREFIXRan Benita
2020-10-17Update mypy 0.782 -> 0.790Ran Benita
2020-10-05py36+: com2annAnthony Sottile
2020-10-03py36+: pyupgrade: py36+Anthony Sottile
2020-10-03py36+: remove rexport of Path and PurePathAnthony Sottile
2020-09-19Smoke tests for assorted plugins (#7721)Sorin Sbarnea
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-12Remove unused type: ignoresRan Benita
2020-06-05Enable check_untyped_defs mypy option for testing/ tooRan Benita
2020-06-05Type annotate _pytest.assertionRan Benita
2020-05-17tests: revisit tests for removed load_moduleDaniel Hahler
2020-05-05Merge pull request #6839 from blueyed/typing-get_dirs_from_args-parseconfigRan Benita
2020-05-03Merge pull request #7155 from kerizane/make_numbered_dirBruno Oliveira
2020-05-037018: Use internal version of make_numbered_dirKeri Volans
2020-05-01Remove a couple Python 2 __nonzero__ definitionsRan Benita
2020-04-09Remove broken _reprcompare disabling fixture in test_assertrewrite.pyRan Benita
2020-03-27Change EnvironmentError, IOError to OSError - they are aliasesRan Benita
2020-02-28Fix test_write_pyc: passed list to parseconfigDaniel Hahler
2020-02-12Merge pull request #6673 from sscherfke/featuresBruno Oliveira
2020-02-10Move ExitCode's definition from _pytest.main to _pytest.configRan Benita
2020-02-10Reverse / fix meaning of "+/-" in error diffsStefan Scherfke
2019-11-15Import Path from _pytest.pathlib for py35Daniel Hahler
2019-11-07Use atomicrewrites only on WindowsDaniel Hahler
2019-10-27Fix plurality mismatch for and in pytest terminal summaryMarcoGorelli
2019-10-26Introduce compat.fspathBruno Oliveira
2019-10-26Support sys.pycache_prefix on py38Bruno Oliveira
2019-10-20assertrepr_compare: use safeformat with -vvDaniel Hahler
2019-10-06Use new no-match functions to replace previous idiomBruno Oliveira
2019-08-12assertrepr_compare: prefer same maxsizeDaniel Hahler
2019-08-02Use OSError subclasses instead of handling errnoBruno Oliveira
2019-06-28Remove astor and reproduce the original assertion expressionAnthony Sottile
2019-06-26Cover assertions with messages when enable_assertion_pass_hook is enabledBruno Oliveira
2019-06-26Fix default value of 'enable_assertion_pass_hook'Bruno Oliveira
2019-06-26Merge remote-tracking branch 'upstream/master' into features-assertion-pass-h...Victor Maryama
2019-06-26Black formatting.Victor Maryama
2019-06-26Using ini-file option instead of cmd option.Victor Maryama
2019-06-25Now dependent on command line option.Victor Maryama
2019-06-25Black formattingVictor Maryama
2019-06-24Include pytest version in the cached pyc tagsBruno Oliveira
2019-06-24Switch from deprecated imp to importlibAnthony Sottile
2019-06-24Assertion passed hookVictor Maryama
2019-06-15initial conversion of exit codes to enumRonny Pfannschmidt
2019-06-03Revert "Unroll calls to any #5062 (#5103)"Anthony Sottile