On Fri, Feb 5, 2010 at 2:54 PM, Edward K. Ream <[email protected]> wrote:
> I recently disabled the following code in leoTest.py:doTests: > > if g.enableDB: > key = 'unittest/cur/fail' > archive = [(t.p.gnx, trace) for (t, trace) in res.errors] > c.db[key] = archive > > I'll be happy to enable it again, but I'd like to know what its for. > Can you explain? It stores gnx's of failed unit tests, so you can find those tests again. for quicksearch.py plugin iirc. -- Ville M. Vainio http://tinyurl.com/vainio -- You received this message because you are subscribed to the Google Groups "leo-editor" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/leo-editor?hl=en.
