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

commits-noreply at bitbucket.org commits-noreply at bitbucket.org
Thu Jul 10 09:00:29 CEST 2014


2 new commits in pytest:

https://bitbucket.org/hpk42/pytest/commits/ec8019ea5213/
Changeset:   ec8019ea5213
Branch:      bmcorser/scratching-an-itch-love-pytest-1404943207227
User:        bmcorser
Date:        2014-07-10 00:00:24
Summary:     Scratching an itch. Love py.test!
Affected #:  1 file

diff -r 131dfc15bb03f70e92b405f4f9c93ccda6d07a7e -r ec8019ea5213988a1b13d65b2bf878b24d58a970 doc/en/yieldfixture.txt
--- a/doc/en/yieldfixture.txt
+++ b/doc/en/yieldfixture.txt
@@ -1,4 +1,3 @@
-
 .. _yieldfixture:
 
 Fixture functions using "yield" / context manager integration
@@ -54,7 +53,7 @@
     
     1 passed in 0.00 seconds
 
-We can also seemlessly use the new syntax with ``with`` statements.
+We can also seamlessly use the new syntax with ``with`` statements.
 Let's simplify the above ``passwd`` fixture::
 
     # content of test_yield2.py


https://bitbucket.org/hpk42/pytest/commits/78792abae40b/
Changeset:   78792abae40b
User:        hpk42
Date:        2014-07-10 09:00:24
Summary:     Merged in bmcorser/pytest-1/bmcorser/scratching-an-itch-love-pytest-1404943207227 (pull request #178)

Scratching an itch. Love py.test!
Affected #:  1 file

diff -r 131dfc15bb03f70e92b405f4f9c93ccda6d07a7e -r 78792abae40b6b4e4d077ccf62389e8aee9649ba doc/en/yieldfixture.txt
--- a/doc/en/yieldfixture.txt
+++ b/doc/en/yieldfixture.txt
@@ -1,4 +1,3 @@
-
 .. _yieldfixture:
 
 Fixture functions using "yield" / context manager integration
@@ -54,7 +53,7 @@
     
     1 passed in 0.00 seconds
 
-We can also seemlessly use the new syntax with ``with`` statements.
+We can also seamlessly use the new syntax with ``with`` statements.
 Let's simplify the above ``passwd`` fixture::
 
     # content of test_yield2.py

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