MCPcopy Create free account
hub / github.com/EasyIME/PIME / check

Method check

python/python3/tornado/test/httputil_test.py:398–399  ·  view source on GitHub ↗
(self, value)

Source from the content-addressed store, hash-verified

396 EXPECTED = "Sun, 27 Jan 2013 18:43:20 GMT"
397
398 def check(self, value):
399 self.assertEqual(format_timestamp(value), self.EXPECTED)
400
401 def test_unix_time_float(self):
402 self.check(self.TIMESTAMP)

Callers 5

test_unix_time_floatMethod · 0.95
test_unix_time_intMethod · 0.95
test_struct_timeMethod · 0.95
test_time_tupleMethod · 0.95
test_datetimeMethod · 0.95

Calls 1

format_timestampFunction · 0.90

Tested by

no test coverage detected