full coverage for function value_to_str
This commit is contained in:
parent
1e82be8fd0
commit
5b65693ef8
@ -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([])
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user