Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
def test_print(self):
inflect.STDOUT_ON = True
inflect.print3("") # make sure it doesn't crash
inflect.STDOUT_ON = False
def test_print(self):
inflect.STDOUT_ON = True
inflect.print3('') # make sure it doesn't crash
inflect.STDOUT_ON = False
def test_print(self):
inflect.STDOUT_ON = True
inflect.print3('') # make sure it doesn't crash
inflect.STDOUT_ON = False