Lines Matching refs:done
66 # should work before done()
68 pi.done()
69 # should work after done()
95 # should work before done()
97 pi.done()
98 # should work after done()
110 pi.done()
111 # should work after done()
123 pi.done()
124 # should work after done()
138 pi.done()
139 # should work after done()
150 pi.done()
151 # should work after done()
155 """Test that done() works properly."""
158 self.assertRaises(AssertionError, pi.done)
159 pi.done(goalcheck=False)
207 sp.done(timestamp)