Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
def test_constructors_timestamp():
ts = Timestamp(2016, 1, 2, 3, 4, 5)
assert ts == datetime.datetime(2016, 1, 2, 3, 4, 5)