from foo import print_something

print_something("The script ran successfully")
 def test_deprecations(self):
     foo.print_something("zbr")
Example #3
0
 def test_deprecations(self):
     foo.print_something("zbr")
Example #4
0
from foo import print_something

print_something("something is printed")