def test__deprecation_warning(self): # ensure this doesn't throw an exception print_deprecation_warning('aaa', 'bbb')
def test__deprecation_warning(self): # ensure this doesn't throw an exception print_deprecation_warning("aaa", "bbb")