Kaydet (Commit) 1c596d56 authored tarafından Amaury Forgeot d'Arc's avatar Amaury Forgeot d'Arc

Use absolute import for test package

üst 74772054
......@@ -5,7 +5,7 @@ import pydoc
class TestDescriptions(unittest.TestCase):
def test_module(self):
# Check that pydocfodder module can be described
import pydocfodder
from test import pydocfodder
doc = pydoc.render_doc(pydocfodder)
assert "pydocfodder" in doc
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment