Skip to content

Commit 738bfd2

Browse files
committed
Remove tests skipped by DatabaseFeatures.supports_inspectdb
1 parent 2793932 commit 738bfd2

2 files changed

Lines changed: 0 additions & 7 deletions

File tree

django_mongodb_backend/features.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -443,10 +443,6 @@ def django_test_expected_failures(self):
443443
"db_functions.comparison.test_cast.CastTests.test_cast_from_python_to_datetime",
444444
"db_functions.comparison.test_cast.CastTests.test_cast_to_duration",
445445
},
446-
"inspectdb is not supported.": {
447-
"inspectdb.tests.InspectDBTestCase",
448-
"inspectdb.tests.InspectDBTransactionalTests",
449-
},
450446
"DatabaseIntrospection.get_table_description() not supported.": {
451447
"introspection.tests.IntrospectionTests.test_bigautofield",
452448
"introspection.tests.IntrospectionTests.test_get_table_description_col_lengths",

django_mongodb_backend/gis/features.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,6 @@ def django_test_skips(self):
2323
skips = super().django_test_skips
2424
skips.update(
2525
{
26-
"inspectdb not supported.": {
27-
"gis_tests.inspectapp.tests.InspectDbTests",
28-
},
2926
"Raw SQL not supported": {
3027
"gis_tests.geoapp.tests.GeoModelTest.test_raw_sql_query",
3128
},

0 commit comments

Comments
 (0)