summaryrefslogtreecommitdiff
path: root/_pytest/assertion
AgeCommit message (Expand)Author
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
2016-12-01Fix false-positive assert rewrite warnings when using 'pytest_plugins'Bruno Oliveira
2016-11-27Merge branch 'master' into merge-master-into-featuresBruno Oliveira
2016-11-22Merge pull request #2070 from nedbat/bug2038Ronny Pfannschmidt
2016-11-22Merge pull request #2075 from pytest-dev/masterBruno Oliveira
2016-11-20Fix flake8 E305 and E306 errorsBruno Oliveira
2016-11-20Don't fail if imp can't find the source for a .pyc file. #2038Ned Batchelder
2016-11-13Merge pull request #1995 from mattduck/feat/restructure-assert-truncationBruno Oliveira
2016-11-11Merge branch 'master' into merge-master-featuresBruno Oliveira
2016-10-20Fix false-positive warnings from assertion rewrite hookBruno Oliveira
2016-10-11Fix flake8 (unused import, trailng whitespace)Matthew Duck
2016-10-10Restructure truncation of assertion messagesMatthew Duck
2016-09-26Merge remote-tracking branch 'upstream/master' into featuresBruno Oliveira
2016-09-21Fix `DeprecationWarnings` found when running py.test in Python 2.7 with the -...Roy Williams
2016-09-19Tidy formatting of assertion truncationMatthew Duck
2016-09-19Don't display dict common items if verbosity=1Matthew Duck
2016-09-05Merge pull request #1913 from flub/builtin-assertionRonny Pfannschmidt
2016-09-05Remove BuiltinAssertionErrorFloris Bruynooghe
2016-08-30Fix issue where pytest_plugins as string was marking wrong modules for rewriteBruno Oliveira
2016-08-03Rewrite asserts in test-modules loaded very early in the startupBruno Oliveira
2016-07-15Remove assertion reinterpretationFloris Bruynooghe
2016-07-14Fixup things after rebaseFloris Bruynooghe
2016-07-13Introduce pytest.register_assert_rewrite()Floris Bruynooghe
2016-07-13Avoid rewrite warning for inline runsFloris Bruynooghe
2016-07-13Enable re-writing of setuptools-installed pluginsFloris Bruynooghe
2016-07-11Replace all usages of "pytest_funcarg__" for @pytest.fixtureBruno Oliveira
2016-07-06merge from master to featuresRonny Pfannschmidt
2016-06-26Remove commented out codeBruno Oliveira
2016-06-26Merge pull request #1675 from kvas-it/issue-1562Bruno Oliveira
2016-06-26Remove deprecated cmd optionsRedBeardCode