155:79dbe7a162d5
Anton Shestakov <av6@dwimlabs.net>, Mon, 18 Jul 2016 14:02:28 +0800
checker: take commit to update to as an optional argument

next change 160:fda1f8cab608
previous change 145:9c65d66fcda1

tests/test_utils.py

Permissions: -rw-r--r--

Other formats: Feeds:
from datetime import datetime
from candolint.utils import parse_timestamp, timestamp
def test_timestamp_and_parse():
result = parse_timestamp(timestamp())
assert isinstance(result, datetime)
assert result.utcoffset() is None