summaryrefslogtreecommitdiff
path: root/_pytest/assertion
AgeCommit message (Expand)Author
2018-05-26switch to src layoutRonny Pfannschmidt
2018-05-25Merge pull request #3509 from nicoddemus/marshal-3503Bruno Oliveira
2018-05-25Write rewritten code using file.write(marshal.dumps())Bruno Oliveira
2018-05-23run blackRonny Pfannschmidt
2018-05-23run pyupgradeRonny Pfannschmidt
2018-05-18Merge remote-tracking branch 'upstream/master' into merge-master-into-featuresBruno Oliveira
2018-05-04Rename internal function as suggested during reviewBruno Oliveira
2018-05-03Escape whitespace only strings when diffing them on failed assertionsBruno Oliveira
2018-04-12Attempt to solve race-condition which corrupts .pyc files on WindowsBruno Oliveira
2018-03-29Move compatibility imports to compat.py and fix lintingBruno Oliveira
2018-03-29chage collections.abc import to fix deprecation warnings on python 3.7Irmen de Jong
2018-01-24All classes now subclass object for better py3 compatibilityBruno Oliveira
2017-12-13Change set ops to use methods instead of operators.Antony Lee
2017-12-12Respect PYTEST_DONT_REWRITE for plugins too.Antony Lee
2017-12-12remove redundant checking becauseSrinivas Reddy Thatiparthy
2017-12-12remove unnecessary importSrinivas Reddy Thatiparthy
2017-12-11remove '_ast' module; and redirect '_ast' references to 'ast'Srinivas Reddy Thatiparthy
2017-11-27Merge remote-tracking branch 'upstream/features'Bruno Oliveira
2017-11-26Fix spelling: s/re-writ/rewrit/gDaniel Hahler
2017-11-23Merge remote-tracking branch 'upstream/master' into release-3.3.0Bruno Oliveira
2017-11-21Fix assertion rewrite to match module names correctlyBruno Oliveira
2017-11-10Merge remote-tracking branch 'upstream/master' into merge-master-into-featuresBruno Oliveira
2017-11-04Fix linting E722: do not use bare exceptBruno Oliveira
2017-11-04Fix linting E741: ambiguous variable nameBruno Oliveira
2017-11-03Merge upstream/master into featuresBruno Oliveira
2017-10-25Put imports on the last line unless there are other exprsSviatoslav Abakumov
2017-10-25Try to get docstring from module nodeSviatoslav Abakumov
2017-10-10Remove code for unsupported Python versionshugovk
2017-08-04convert py module references to six moduleSrinivas Reddy Thatiparthy
2017-07-17Fixed E731 flake8 errorsAndras Tim
2017-07-17Fixed E303 flake8 errorsAndras Tim
2017-07-17Fixed E302 flake8 errorsAndras Tim
2017-07-17Fixed E261 flake8 errorsAndras Tim
2017-07-17Fixed E231 flake8 errorsAndras Tim
2017-07-17Fixed E226 flake8 errorsAndras Tim
2017-07-17Fixed E225 flake8 errorsAndras Tim
2017-07-17Fixed E129 flake8 errorsAndras Tim
2017-07-17Fixed E127 flake8 errorsAndras Tim
2017-06-13Remove obsolete comment from rewrite.pyBruno Oliveira
2017-05-31Fixed #2121 Use `py.path`s fnmatch. This fixes an issue whereAndreas Pelme
2017-05-17Revert refactor of old-style to new-style classesBruno Oliveira
2017-04-21Merge pull request #2315 from RonnyPfannschmidt/namespace-hookBruno Oliveira
2017-04-06Ensure rewritten modules don't inherit __future__ flags from pytestBruno Oliveira
2017-03-28remove pytest_namespace from _pytest/assertionRonny Pfannschmidt
2017-03-16Add __future__ imports to all pytest modulesBruno Oliveira
2017-03-10Merge remote-tracking branch 'upstream/master' into merge-master-into-featuresBruno Oliveira
2017-02-14Safer sys.modules deletePatrick Hayes
2017-01-08Refactored old style classes to new style classesmandeep
2016-12-27Merge branch 'master' into merge-master-into-featuresBruno Oliveira
2016-12-02Fix typo in docstring of register_assert_rewriteBruno Oliveira