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 test suite * Django website - Manage & display the data --- 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. Does anyone have any good ideas on how I would achieve this? Thanks --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---