Example #1
0
 def test_string_to_date(self):
     assert Nasapi.string_to_date('2012-10-08') == date(2012, 10, 8)