1 new commit in pytest:

https://bitbucket.org/hpk42/pytest/changeset/54353e58e520/
changeset:   54353e58e520
user:        hpk42
date:        2012-01-06 21:40:14
summary:     remove nonsennse part of commit related to "mp" shortcut.
I wonder if introducing "mp" as a shortcut to monkeypatch
is a good idea, actually :)
affected #:  2 files

diff -r bbf6380d27762cbaaf38f09d41ac214686c1a606 -r 
54353e58e5209298fadd92ebb15619bf50ddbb55 CHANGELOG
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -10,7 +10,6 @@
 - fix issue106: allow parametrize to be applied multiple times
   e.g. from module, class and at function level.
 - add chdir method to monkeypatch funcarg
-- add "mp" funcargs as a shortcut for "monkeypatch"
 - fix crash resulting from calling monkeypatch undo a second time
 
 Changes between 2.2.0 and 2.2.1


diff -r bbf6380d27762cbaaf38f09d41ac214686c1a606 -r 
54353e58e5209298fadd92ebb15619bf50ddbb55 doc/monkeypatch.txt
--- a/doc/monkeypatch.txt
+++ b/doc/monkeypatch.txt
@@ -37,11 +37,6 @@
 then calls into an function that calls it.  After the test function 
 finishes the ``os.path.expanduser`` modification will be undone.
 
-.. note::
-
-    As with version 2.2.2 there is a ``mp`` function argument
-    which is a shortcut for "monkeypatch". 
-
 Method reference of the monkeypatch function argument
 -----------------------------------------------------

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.
_______________________________________________
py-svn mailing list
py-svn@codespeak.net
http://codespeak.net/mailman/listinfo/py-svn

Reply via email to