Re: [py-dev] new cache and pep8 pytest plugin releases

2012-06-21 Thread holger krekel

I quickly released a pytest-pep8-1.0.1 which includes an explicit dependency on
pytest-cache.  Thanks to Hynek Schlawack for reporting.

On Wed, Jun 20, 2012 at 20:52 +, holger krekel wrote:
> i just released two new plugins:
> 
> * pytest-cache-0.9 (initial) for easy caching of values across test runs 
>   and a new --lf option to rerun the failing tests of a previous run. Install,
>   basic example and API (for use by other plugins) is here:
> 
>   http://packages.python.org/pytest-cache/readme.html
> 
> * pytest-pep8-1.0 a flexible pep8 checker which allows to keep your project
>   PEP8 compliant with your choice of ignore-options on a per-file basis.
>   It avoids checking files that haven't changed.  Examples and docs at:
>   
>   http://pypi.python.org/pypi/pytest-pep8
> 
> have fun,
> holger
> ___
> py-dev mailing list
> py-...@codespeak.net
> http://codespeak.net/mailman/listinfo/py-dev
> 
-- 
http://mail.python.org/mailman/listinfo/python-announce-list

Support the Python Software Foundation:
http://www.python.org/psf/donations/


new cache and pep8 pytest plugin releases

2012-06-21 Thread holger krekel

i just released two new plugins:

* pytest-cache-0.9 (initial) for easy caching of values across test runs 
  and a new --lf option to rerun the failing tests of a previous run. Install,
  basic example and API (for use by other plugins) is here:

  http://packages.python.org/pytest-cache/readme.html

* pytest-pep8-1.0 a flexible pep8 checker which allows to keep your project
  PEP8 compliant with your choice of ignore-options on a per-file basis.
  It avoids checking files that haven't changed.  Examples and docs at:
  
  http://pypi.python.org/pypi/pytest-pep8

have fun,
holger
-- 
http://mail.python.org/mailman/listinfo/python-announce-list

Support the Python Software Foundation:
http://www.python.org/psf/donations/