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

commits-noreply at bitbucket.org commits-noreply at bitbucket.org
Thu Mar 27 06:40:40 CET 2014


2 new commits in pytest:

https://bitbucket.org/hpk42/pytest/commits/07b30d44418f/
Changeset:   07b30d44418f
Branch:      nloadholtes/slight-change-to-the-wording-for-readabi-1395890493571
User:        nloadholtes
Date:        2014-03-27 04:21:58
Summary:     Slight change to the wording for readability
Affected #:  1 file

diff -r f730b565779adea665f10e678baee02687f1a3df -r 07b30d44418fdd5bdc8860af16568a71f03be8c9 doc/en/goodpractises.txt
--- a/doc/en/goodpractises.txt
+++ b/doc/en/goodpractises.txt
@@ -68,7 +68,7 @@
 
 - **avoid "__init__.py" files in your test directories**.
   This way your tests can run easily against an installed version
-  of ``mypkg``, independently from if the installed package contains
+  of ``mypkg``, independently from the installed package if it contains
   the tests or not.
 
 - With inlined tests you might put ``__init__.py`` into test


https://bitbucket.org/hpk42/pytest/commits/3159114182b2/
Changeset:   3159114182b2
User:        hpk42
Date:        2014-03-27 06:40:35
Summary:     Merged in nloadholtes/pytest/nloadholtes/slight-change-to-the-wording-for-readabi-1395890493571 (pull request #131)

Slight change to the wording for readability
Affected #:  1 file

diff -r f730b565779adea665f10e678baee02687f1a3df -r 3159114182b260a16ebfa298a3c878ab4cda3cd4 doc/en/goodpractises.txt
--- a/doc/en/goodpractises.txt
+++ b/doc/en/goodpractises.txt
@@ -68,7 +68,7 @@
 
 - **avoid "__init__.py" files in your test directories**.
   This way your tests can run easily against an installed version
-  of ``mypkg``, independently from if the installed package contains
+  of ``mypkg``, independently from the installed package if it contains
   the tests or not.
 
 - With inlined tests you might put ``__init__.py`` into test

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