Re: [CMake] Running python nose tests

2009-06-05 Thread Eric Noulard
2009/6/5 Tyler Roscoe : > On Thu, Jun 04, 2009 at 04:02:54PM -0400, Eric Jonas wrote: >> I've written a server that serves up an interface using a cross-language >> RPC mechanism (dbus) and currently build and unit test with cmake. But >> testing cross-language (and more functional) aspects of the

Re: [CMake] Running python nose tests

2009-06-05 Thread Tyler Roscoe
On Thu, Jun 04, 2009 at 04:02:54PM -0400, Eric Jonas wrote: > I've written a server that serves up an interface using a cross-language > RPC mechanism (dbus) and currently build and unit test with cmake. But > testing cross-language (and more functional) aspects of the server is > easier to do from

[CMake] Running python nose tests

2009-06-04 Thread Eric Jonas
I've written a server that serves up an interface using a cross-language RPC mechanism (dbus) and currently build and unit test with cmake. But testing cross-language (and more functional) aspects of the server is easier to do from python, where I can rapidly test the RPC API. I've written a collec