1 new commit in pytest: https://bitbucket.org/hpk42/pytest/commits/dbd8f1c68619/ Changeset: dbd8f1c68619 User: hpk42 Date: 2013-08-01 10:40:55 Summary: remove an old issue. Affected #: 1 file
diff -r fb8e713b7ab8c382f0d7d579005b12611204763b -r dbd8f1c68619e305e9b1a64a31fa61081b0e2068 ISSUES.txt --- a/ISSUES.txt +++ b/ISSUES.txt @@ -88,20 +88,6 @@ record which implementations of a hook succeeded and only call their teardown. -consider and document __init__ file usage in test directories ---------------------------------------------------------------- -tags: bug core - -Currently, a test module is imported with its fully qualified -package path, determined by checking __init__ files upwards. -This has the side effect that a source package at the root -of the test dir could be imported as well. This is somewhat -convenient but complicates the picture for running tests against -different versions of a package. Also, implicit sys.path -manipulations are problematic per-se. Maybe factorting out -a pytest_addsyspath hook which can be disabled from the command line -makes sense. In any case documentation/recommendations for -certain scenarios makes sense. relax requirement to have tests/testing contain an __init__ ---------------------------------------------------------------- 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 http://mail.python.org/mailman/listinfo/pytest-commit