2 new commits in pytest:

https://bitbucket.org/hpk42/pytest/commits/66d67f169635/
Changeset:   66d67f169635
Branch:      fix-nose-docs
User:        mcmtroffaes
Date:        2013-08-23 12:59:57
Summary:     Fix instructions for nose users.
Affected #:  1 file

diff -r 933a880e9acc5352fda851e5a9a5422c7e555202 -r 
66d67f169635bbdbc82849cfd0e1ceb6d60315a3 doc/en/nose.txt
--- a/doc/en/nose.txt
+++ b/doc/en/nose.txt
@@ -12,6 +12,7 @@
 
 After :ref:`installation` type::
 
+    python setup.py develop  # make sure tests can import our package
     py.test  # instead of 'nosetests'
 
 and you should be able to run your nose style tests and


https://bitbucket.org/hpk42/pytest/commits/5d6cf6594ddd/
Changeset:   5d6cf6594ddd
User:        hpk42
Date:        2013-09-05 12:10:25
Summary:     Merged in mcmtroffaes/pytest/fix-nose-docs (pull request #67)

Fix instructions for nose users.
Affected #:  1 file

diff -r 933a880e9acc5352fda851e5a9a5422c7e555202 -r 
5d6cf6594dddc547420fccf9e09306af34b1cecb doc/en/nose.txt
--- a/doc/en/nose.txt
+++ b/doc/en/nose.txt
@@ -12,6 +12,7 @@
 
 After :ref:`installation` type::
 
+    python setup.py develop  # make sure tests can import our package
     py.test  # instead of 'nosetests'
 
 and you should be able to run your nose style tests and

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.
_______________________________________________
pytest-commit mailing list
pytest-commit@python.org
https://mail.python.org/mailman/listinfo/pytest-commit

Reply via email to