Skip to content

Commit 7e02076

Browse files
committed
move tests
1 parent 810b277 commit 7e02076

File tree

3 files changed

+418
-408
lines changed

3 files changed

+418
-408
lines changed

django_mongodb/features.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -81,11 +81,11 @@ class DatabaseFeatures(BaseDatabaseFeatures):
8181
# GenericRelation.value_to_string() assumes integer pk.
8282
"contenttypes_tests.test_fields.GenericRelationTests.test_value_to_string",
8383
# contains with subqueries doesn't work.
84-
"model_fields_.test_arrayfield.TestQuerying.test_contains_subquery",
84+
"model_fields_.test_arrayfield.QueryingTests.test_contains_subquery",
8585
# Unsupported conversion from array to string in $convert
86-
"model_fields_.test_arrayfield.TestQuerying.test_icontains",
86+
"model_fields_.test_arrayfield.QueryingTests.test_icontains",
8787
# None is $in None
88-
"model_fields_.test_arrayfield.TestQuerying.test_in_as_F_object",
88+
"model_fields_.test_arrayfield.QueryingTests.test_in_as_F_object",
8989
}
9090
# $bitAnd, #bitOr, and $bitXor are new in MongoDB 6.3.
9191
_django_test_expected_failures_bitwise = {

0 commit comments

Comments
 (0)