コード例 #1
0
 def test_should_be_initially_stale(self):
     table = RoutingTable()
     assert not table.is_fresh()
コード例 #2
0
 def test_should_be_initially_stale(self):
     table = RoutingTable()
     assert not table.is_fresh(READ_ACCESS)
     assert not table.is_fresh(WRITE_ACCESS)