Commit 0f9bfc1e authored by Alex Willmer's avatar Alex Willmer Committed by David Wilson

tests: Rename FindRelatedImportsTest -> FindRelatedTest

parent c1bea0dd
......@@ -129,11 +129,11 @@ class ResolveRelPathTest(testlib.TestCase):
self.assertEquals('', self.call('email.utils', 3))
class FindRelatedImportsTest(testlib.TestCase):
class FindRelatedTest(testlib.TestCase):
klass = mitogen.master.ModuleFinder
def call(self, fullname):
return self.klass().find_related_imports(fullname)
return self.klass().find_related(fullname)
def test_simple(self):
import mitogen.fakessh
......
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