Re: [Twisted-Python] Caching mechanism

2009-11-09 Thread Paul Hubbard
Both of the links from pypi are dead, alas. Do you know if that project is alive somewhere else? Cheers, Paul On Nov 9, 2009, at 2:42 PM, Andy Fundinger wrote: > Part of the beauty of twisted is that you don't actually need to do > anything > special to achieve that, just create a global d

Re: [Twisted-Python] TDD using Trial

2009-08-31 Thread Paul Hubbard
I also found this quite helpful in writing StringIO tests - http://twistedmatrix.com/trac/browser/branches/trial-tutorial-2443-2/doc/core/howto/trial.xhtml My code is nowhere near the standards of Twisted yet, but FWIW here's what I came up with: http://amoeba.ucsd.edu:82/?p=attribute_store.g