[Pytest-commit] commit/pytest: 2 new changesets

commits-noreply at bitbucket.org commits-noreply at bitbucket.org
Thu Aug 8 23:32:20 CEST 2013


2 new commits in pytest:

https://bitbucket.org/hpk42/pytest/commits/4c7963cdba24/
Changeset:   4c7963cdba24
User:        hpk42
Date:        2013-08-08 13:18:46
Summary:     remove automatic tox-testing of py25
Affected #:  1 file

diff -r 7f5dba9095f4d77f06c46f19b4c7f4026e6182bd -r 4c7963cdba247ec1c77c43cb339c86dca8d6a461 tox.ini
--- a/tox.ini
+++ b/tox.ini
@@ -1,6 +1,6 @@
 [tox]
 distshare={homedir}/.tox/distshare
-envlist=py25,py26,py27,py27-nobyte,py32,py33,py27-xdist,trial
+envlist=py26,py27,py27-nobyte,py32,py33,py27-xdist,trial
 
 [testenv]
 changedir=testing


https://bitbucket.org/hpk42/pytest/commits/0b6a0bdf323c/
Changeset:   0b6a0bdf323c
User:        hpk42
Date:        2013-08-08 23:32:14
Summary:     mention pytest_collection_modifyitems in plugin page
Affected #:  1 file

diff -r 4c7963cdba247ec1c77c43cb339c86dca8d6a461 -r 0b6a0bdf323c1ea00b9cac7e0e7c3527107038a1 doc/en/plugins.txt
--- a/doc/en/plugins.txt
+++ b/doc/en/plugins.txt
@@ -339,6 +339,10 @@
 .. autofunction:: pytest_pycollect_makeitem
 .. autofunction:: pytest_generate_tests
 
+After collection is complete, you can modify the order of
+items, delete or otherwise amend the test items:
+
+.. autofunction:: pytest_collection_modifyitems
 
 Reporting hooks
 ------------------------------

Repository URL: https://bitbucket.org/hpk42/pytest/

--

This is a commit notification from bitbucket.org. You are receiving
this because you have the service enabled, addressing the recipient of
this email.


More information about the pytest-commit mailing list