Esempio n. 1
0
 def test_to_dict_null(self):
     f = Field('test')
     f.value = 'foo'
     assert_equals(f.to_dict(), {'test': 'foo'})
Esempio n. 2
0
 def test_to_dict_null(self):
     f = Field('test')
     f.value = 'foo'
     assert_equals(f.to_dict(), {'test': 'foo'})