Exemplo n.º 1
0
 def test_datetime_schema_decode(self):
     assert (DataClassWithDatetime.schema().loads(
         self.dc_ts_json) == self.dc_ts)
Exemplo n.º 2
0
 def test_datetime_schema_encode(self):
     assert (DataClassWithDatetime.schema().dumps(
         self.dc_ts) == self.dc_ts_json)