alecthomas / importmagic

A Python library for finding unresolved symbols in Python code, and the corresponding imports
BSD 2-Clause "Simplified" License
120 stars 20 forks source link

Extra test for importer directives. #19

Closed whirm closed 9 years ago

whirm commented 9 years ago

Test manage directive to make sure it doesn't touch anything before a manage directive even if the imported module is not referenced in the code.

This test is currently failing.

alecthomas commented 9 years ago

Fixed in e1bf26df0051f2eb23250ea8d7dd6f2e5768f932, thanks for the PR!