full coverage for function value_to_str

This commit is contained in:
aniversarioperu 2014-09-04 09:15:53 +03:00
parent 1e82be8fd0
commit 5b65693ef8

View File

@ -21,3 +21,6 @@ class FreezeTestCase(unittest.TestCase):
def test_value_to_str3(self): def test_value_to_str3(self):
assert '' == value_to_str(None) assert '' == value_to_str(None)
def test_value_to_str4(self):
assert [] == value_to_str([])