Example #1
0
 def test__epoch_to_struct(self):
     """Test the _epoch_to_struct helper method."""
     assert datetime_utc(1970, 1, 1) == EnkiAPI._epoch_to_struct("0")
Example #2
0
 def test__epoch_to_struct(self):
     """Test the _epoch_to_struct helper method."""
     eq_(datetime.datetime(1970, 1, 1), EnkiAPI._epoch_to_struct("0"))
Example #3
0
 def test__epoch_to_struct(self):
     """Test the _epoch_to_struct helper method."""
     eq_(datetime.datetime(1970, 1, 1), EnkiAPI._epoch_to_struct("0"))