Skip to content

Commit 4c47c83

Browse files
committed
move tests
1 parent b2e7a44 commit 4c47c83

File tree

3 files changed

+421
-411
lines changed

3 files changed

+421
-411
lines changed

django_mongodb/features.py

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -83,15 +83,15 @@ class DatabaseFeatures(BaseDatabaseFeatures):
8383
# GenericRelation.value_to_string() assumes integer pk.
8484
"contenttypes_tests.test_fields.GenericRelationTests.test_value_to_string",
8585
# contains with subqueries doesn't work.
86-
"model_fields_.test_arrayfield.TestQuerying.test_contains_subquery",
86+
"model_fields_.test_arrayfield.QueryingTests.test_contains_subquery",
8787
# Unsupported conversion from array to string in $convert
88-
"model_fields_.test_arrayfield.TestQuerying.test_icontains",
88+
"model_fields_.test_arrayfield.QueryingTests.test_icontains",
8989
# $lt treats null values as zero.
90-
"model_fields_.test_arrayfield.TestQuerying.test_lt",
91-
"model_fields_.test_arrayfield.TestQuerying.test_len",
92-
"model_fields_.test_arrayfield.TestQuerying.test_index_chained",
90+
"model_fields_.test_arrayfield.QueryingTests.test_lt",
91+
"model_fields_.test_arrayfield.QueryingTests.test_len",
92+
"model_fields_.test_arrayfield.QueryingTests.test_index_chained",
9393
# None is $in None
94-
"model_fields_.test_arrayfield.TestQuerying.test_in_as_F_object",
94+
"model_fields_.test_arrayfield.QueryingTests.test_in_as_F_object",
9595
}
9696
# $bitAnd, #bitOr, and $bitXor are new in MongoDB 6.3.
9797
_django_test_expected_failures_bitwise = {

0 commit comments

Comments
 (0)