Sign in
apache
/
hamilton
/
refs/heads/fix/sdk-code-display
/
.
/
tests
/
resources
/
only_import_me.py
blob: e20b294dfbeb1c25f48918ef2ec0e188ac3eb300 [
file
] [
log
] [
blame
]
"""Module for functions that we import in other test scenarios but never directly in the test case itself."""
def
this_is_not_something_we_should_import
():
print
(
"Why am I being printed?"
)