Hi There,

  I am trying to use the TestClient class to validate some of our
pages.  It seems to work OK for pages which don't require
authentication.

  I am aware of the test database which is created and used in the
TestClient run, however, we have a special set up here.  We are not
using any of Django's database support code.  We have our own lower
level code which interacts with the database.

  So there is really no way for Django to create a test database for
the run, since we have no Models defined, no settings variables
related to database defined, etc.

  Any pointers on the best direction to take, given this limitation?

  This, of course, makes testing pages which require login impossible
at the present time.

Thank you very much for any help.

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

Reply via email to