mirror of
https://github.com/django/django.git
synced 2025-11-26 21:51:57 +00:00
Using unittest.TestCase doesn't work properly when we perform db
queries. Moreover introspection is extremely slow on Oracle without
limiting models to a "backends" app.
Follow up to
|
||
|---|---|---|
| .. | ||
| __init__.py | ||
| test_creation.py | ||
| test_introspection.py | ||
| test_operations.py | ||
| tests.py | ||