Re: Using django test suite with standalone script

2008-05-03 Thread Russell Keith-Magee
On Thu, May 1, 2008 at 9:02 PM, dcoy <[EMAIL PROTECTED]> wrote: > > What I want to do is to use the django test suite, or more > specifically the test environment it can set up (with the test-db with > pre-populated data) to test the client-server part of the system. Have you looked into the '

Using django test suite with standalone script

2008-05-01 Thread dcoy
Simply put I have a system like this (everything implemented as python scripts) * Socket server - The server receives connections from distributed clients (over GPRS). - The clients send data to the server. - The server uses django models to save the data to database. * Test client - Runs a