148
148
# lock is held, should get some info on it
150
150
self.assertEqual(set(info1.info_dict.keys()),
151
set(['user', 'nonce', 'hostname', 'pid', 'start_time']))
151
{'user', 'nonce', 'hostname', 'pid', 'start_time'})
152
152
# should get the same info if we look at it through a different
154
154
info2 = LockDir(t, 'test_lock').peek()