Skip to content

Instantly share code, notes, and snippets.

@ericfrank
ericfrank / gist:10427682
Created April 10, 2014 22:04
ERROR: test_v1_0_host_ignore
======================================================================
ERROR: test_v1_0_host_ignore (tests.unit.api.test_public_api.TestPublicAPI)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/efrank/savage/tests/unit/api/test_public_api.py", line 47, in setUp
self.grandpa = sm_grandpa.Grandpa(c, trigger=False)
File "/home/efrank/savage/savage/machines/grandpa.py", line 214, in __init__
self.stats = GrandpaStats()
File "/home/efrank/savage/savage/machines/grandpa.py", line 133, in __init__
self.RequestTime = stats.Stat('RequestTime')