Skip to content

Commit

Permalink
+1 test
Browse files Browse the repository at this point in the history
  • Loading branch information
pomponchik committed Jul 23, 2024
1 parent 97901d6 commit ba3ef8c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions tests/test_proxy_module.py
Original file line number Diff line number Diff line change
Expand Up @@ -335,3 +335,9 @@ def test_use_path_object_as_first_positional_argument():

def test_suby_as_attribute_of_suby():
assert suby.suby is suby


def test_full_import_form():
from suby import suby as local_suby

assert suby is local_suby

0 comments on commit ba3ef8c

Please sign in to comment.