summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-10-30add a py.test placeholder setup that errors out when trying to get installedholger krekel
(this is registered at pypi.python.org already)
2014-10-28Mention fix for issue 615 in changelogFloris Bruynooghe
Fixes issue 615.
2014-10-28Merged in tomviner/pytest/format_boolop_percent6 (pull request #231)Floris Bruynooghe
fix for issue #615: _format_boolop must escape %
2014-10-27fix py26 compatibilityholger krekel
2014-10-27fix for issue615: _format_boolop must escape %TomV
fix test for issue615: expression must eval False --HG-- branch : format_boolop_percent6
2014-10-26bump version to 2.7 on defaultholger krekel
2014-10-25remove "universal wheel" again until the py26/py27 difference (argparse) ↵holger krekel
does not play a role anymore.
2014-10-24Merged in ↵holger krekel
alex_gaynor/pytest-1/alex_gaynor/mark-pytest-as-a-universal-wheel-1414169551518 (pull request #230) Mark pytest as a universal wheel
2014-10-24Mark pytest as a universal wheelAlex Gaynor
--HG-- branch : alex_gaynor/mark-pytest-as-a-universal-wheel-1414169551518
2014-10-24fix changelog -- we should have all changes in trunk that are in 2.6.4holger krekel
2014-10-24Added explanation for the binary blob in runtests.pyDinu Gherman
2014-10-23Merged in nicoddemus/pytest/fix-pastebin (pull request #228)holger krekel
Fix --pastebin option
2014-10-22Fixing --pastebin option by using a POST request instead of a XMLRPC callBruno Oliveira
fixes #614 --HG-- branch : fix-pastebin
2014-10-22closing branchFloris Bruynooghe
--HG-- branch : python-classes-glob
2014-10-22Mention issue351/PR161 in changelogFloris Bruynooghe
2014-10-22Merged in pfctdayelise/pytest/issue351 (pull request #161)Floris Bruynooghe
Fixes issue351: Add ability to specify parametrize ids as a callable, to generate custom test ids. + tests, docs Hg branch merge
2014-10-22Merged in nicoddemus/pytest/python-classes-glob (pull request #225)holger krekel
added support for glob-style patterns to python_classes and python_functions config options
2014-10-21added changelog entry about glob-patterns in python_classes and python_functionsBruno Oliveira
- also fixed small typo --HG-- branch : python-classes-glob
2014-10-20checking that option contains glob characters before calling fnmatchBruno Oliveira
requested during code review --HG-- branch : python-classes-glob
2014-10-17Fix assertion.rewrite on read-only filesystemDavid Röthlisberger
2014-10-16added support for glob-style patterns to python_classes and python_functions ↵Bruno Oliveira
config options fixes #600 --HG-- branch : python-classes-glob
2014-10-15Merged in tomviner/pytest/assert_percent_test (pull request #223)Floris Bruynooghe
Test for issue615: compound assert with percent
2014-10-14add changelog note for tom's PR about parametrized markers.holger krekel
2014-10-14Merged in tomviner/pytest (pull request #222)holger krekel
fix issue552: Add a note to the docs about marking single callables
2014-10-14Merged in tomviner/pytest/some_spelling_fixes (pull request #224)holger krekel
A few spelling fixes
2014-10-13fix some spelling mistakesTomV
--HG-- branch : some_spelling_fixes
2014-10-13test for issue615: compound assert with percentTomV
--HG-- branch : assert_percent_test
2014-10-12fix issue552: note about marking single callablesTomV
2014-10-10Adding "auto" to help for "--tb" optionBruno Oliveira
2014-10-10Adding "auto" to help for "--tb" optionBruno Oliveira
2014-10-09remove unused importholger krekel
2014-10-09remove unused importholger krekel
2014-10-09fix changelogholger krekel
2014-10-09fix changelogholger krekel
2014-10-09Merged in HolgerPeters/pytest (pull request #221)holger krekel
Make doctest flags configurable
2014-10-09Merged in HolgerPeters/pytest (pull request #221)holger krekel
Make doctest flags configurable
2014-10-09link fix: Use restructured text :doc: link instead of html linkHolger Peters
2014-10-09link fix: Use restructured text :doc: link instead of html linkHolger Peters
2014-10-09add changelog entry for new hookwrapper mechanismholger krekel
2014-10-09add changelog entry for new hookwrapper mechanismholger krekel
2014-10-09some docs and refined semantics for wrappersholger krekel
2014-10-09some docs and refined semantics for wrappersholger krekel
2014-10-09re-scan methods during plugin register and unregister and notholger krekel
during hook calling anymore. Simplify register/getplugin api of PluginManager
2014-10-09re-scan methods during plugin register and unregister and notholger krekel
during hook calling anymore. Simplify register/getplugin api of PluginManager
2014-10-09improve docstring, remove unused custom Exceptionholger krekel
2014-10-09improve docstring, remove unused custom Exceptionholger krekel
2014-10-08remove all occurences of "__multicall__" on hook impls in pytest/*.holger krekel
also simplify pytest_runtest_markereport hook in _pytest/skipping.py while touching the code anyway.
2014-10-08remove all occurences of "__multicall__" on hook impls in pytest/*.holger krekel
also simplify pytest_runtest_markereport hook in _pytest/skipping.py while touching the code anyway.
2014-10-08Add a doctest for module docstringsHolger Peters
2014-10-08Add a doctest for module docstringsHolger Peters