Re: [Twisted-Python] How do I write AMP Command definitions TTD-edly?

2013-05-03 Thread Laurens Van Houtven
Hi again, Sorry to drag up this old post, but I have another question. On Mon, Mar 4, 2013 at 5:17 PM, wrote: > Chris and I wrote all the AMP-using code for game TDD. See > game/test/test_network.py in lp:game. > I've implemented this in txampext.commandtests: https://github.com/lvh/txampext/

Re: [Twisted-Python] How do I write AMP Command definitions TTD-edly?

2013-03-06 Thread Laurens Van Houtven
Awesome, thanks! On Mar 6, 2013 5:18 PM, wrote: > On 5 Mar, 09:46 am, _...@lvh.cc wrote: > >That looks awesome. > > > >I can't find a license for it. > > The code was already MIT licensed. It's more redundantly so, now. > > Jean-Paul > > I'm publishing some third-party helpers for > >twisted's a

Re: [Twisted-Python] How do I write AMP Command definitions TTD-edly?

2013-03-06 Thread exarkun
On 5 Mar, 09:46 am, _...@lvh.cc wrote: >That looks awesome. > >I can't find a license for it. The code was already MIT licensed. It's more redundantly so, now. Jean-Paul I'm publishing some third-party helpers for >twisted's amp implementation as I need them myself (presumably I'll >make a >fo

Re: [Twisted-Python] How do I write AMP Command definitions TTD-edly?

2013-03-05 Thread Laurens Van Houtven
That looks awesome. I can't find a license for it. I'm publishing some third-party helpers for twisted's amp implementation as I need them myself (presumably I'll make a formal release announcement at the Pycon sprints). Do you mind if I copy this code? I can't seem to find a license. (txampext is

Re: [Twisted-Python] How do I write AMP Command definitions TTD-edly?

2013-03-04 Thread Glyph
On Mar 4, 2013, at 8:17 AM, exar...@twistedmatrix.com wrote: > Chris and I wrote all the AMP-using code for game TDD. See > game/test/test_network.py in lp:game. (That's for those of you not familiar

Re: [Twisted-Python] How do I write AMP Command definitions TTD-edly?

2013-03-04 Thread exarkun
On 03:34 pm, _...@lvh.cc wrote: >Hi, > > >I have no issue writing AMP responders TTD-edly, they work pretty much >the >way any other code would. However, I did notice that the only way I'd >notice if my Command definitions themselves were broken were if my >functional tests start failing. Chris a

[Twisted-Python] How do I write AMP Command definitions TTD-edly?

2013-03-04 Thread Laurens Van Houtven
Hi, I have no issue writing AMP responders TTD-edly, they work pretty much the way any other code would. However, I did notice that the only way I'd notice if my Command definitions themselves were broken were if my functional tests start failing. It would be nice if I could write unit test driv