def test__epoch_to_struct(self): """Test the _epoch_to_struct helper method.""" assert datetime_utc(1970, 1, 1) == EnkiAPI._epoch_to_struct("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"))