django/tests/backends/oracle
Mariusz Felisiak d5898db50e
Fixed backends.oracle.test_operations.
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 8bcca47e83.
2020-04-21 15:46:18 +02:00
..
__init__.py Reorganized backends tests. 2017-06-21 12:00:47 -04:00
test_creation.py Simplified imports from django.db and django.contrib.gis.db. 2020-02-04 13:20:06 +01:00
test_introspection.py Fixed backends tests on Oracle. 2020-02-24 14:21:50 +01:00
test_operations.py Fixed backends.oracle.test_operations. 2020-04-21 15:46:18 +02:00
tests.py Simplified imports from django.db and django.contrib.gis.db. 2020-02-04 13:20:06 +01:00