Added unit test. Also removes a stray line that was probably in the is_imported PR: sorry for that! :see_no_evil:
Usecase:
generalimport(("hi", "Get 'hi' with 'pip install python-hi'."))
import hi
hi.greet()
# MissingOptionalDependency: Optional dependency 'hi' was used but it isn't installed. Get 'hi' with 'pip install python-hi'.
Fixes https://github.com/ManderaGeneral/generalimport/issues/32. Backwards compatible.
Added unit test. Also removes a stray line that was probably in the
is_imported
PR: sorry for that! :see_no_evil:Usecase: