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
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
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