Example #1
0
 def test_print(self):
     inflect.STDOUT_ON = True
     inflect.print3("")  # make sure it doesn't crash
     inflect.STDOUT_ON = False
Example #2
0
 def test_print(self):
     inflect.STDOUT_ON = True
     inflect.print3('')  # make sure it doesn't crash
     inflect.STDOUT_ON = False