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 '
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
2 matches
Mail list logo