Comment #32 on issue 1757 by asmeurer: coding style
http://code.google.com/p/sympy/issues/detail?id=1757

This isn't holding anything, but I still think we should make the change I suggested in comment 18 above, namely, apply this:

diff --git a/sympy/utilities/tests/test_code_quality.py b/sympy/utilities/tests/test_code_quality.py
index e541a4a..379c4d4 100644
--- a/sympy/utilities/tests/test_code_quality.py
+++ b/sympy/utilities/tests/test_code_quality.py
@@ -95,7 +95,7 @@ def check_directory_tree_imports(p, exclude):

 def test_implicit_imports():
     """
-    Tests that all files except __init__.py use explicit imports,
+    Tests that all files, including __init__.py, use explicit imports,
     even in the docstrings.
     """
     path = split(abspath(__file__))[0]
@@ -104,7 +104,6 @@ def test_implicit_imports():
     examples_path = abspath(join(path + sep + pardir, "examples"))
     exclude = set([
         "%(sep)sthirdparty%(sep)s" % sepd,
-        "%(sep)s__init__.py" % sepd,
         # these two should be fixed:
         "%(sep)smpmath%(sep)s" % sepd,
         "%(sep)splotting%(sep)s" % sepd,


--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings

--
You received this message because you are subscribed to the Google Groups 
"sympy-issues" group.
To post to this group, send email to sympy-iss...@googlegroups.com.
To unsubscribe from this group, send email to 
sympy-issues+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/sympy-issues?hl=en.

Reply via email to