diff options
Diffstat (limited to 'tests/basic/tests.py')
| -rw-r--r-- | tests/basic/tests.py | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/tests/basic/tests.py b/tests/basic/tests.py index 7be1595be5..e27fb66e3d 100644 --- a/tests/basic/tests.py +++ b/tests/basic/tests.py @@ -702,6 +702,24 @@ class ManagerTest(SimpleTestCase): "union", "intersection", "difference", + "aaggregate", + "abulk_create", + "abulk_update", + "acontains", + "acount", + "acreate", + "aearliest", + "aexists", + "aexplain", + "afirst", + "aget", + "aget_or_create", + "ain_bulk", + "aiterator", + "alast", + "alatest", + "aupdate", + "aupdate_or_create", ] def test_manager_methods(self): |
