Searched refs:started_command_names (Results 1 – 8 of 8) sorted by relevance
/dports/databases/pymongo/pymongo-3.12.0/test/ |
H A D | test_transactions.py | 359 self.assertEqual(listener.started_command_names(), 389 self.assertEqual(listener.started_command_names(), 420 self.assertEqual(listener.started_command_names(),
|
H A D | test_database.py | 746 self.assertEqual(listener.started_command_names(), ['find']) 753 self.assertEqual(listener.started_command_names()[0], 'saslStart') 755 self.assertEqual(listener.started_command_names()[0], 'getnonce') 765 self.assertEqual(listener.started_command_names()[0], 'saslStart') 767 self.assertEqual(listener.started_command_names()[0], 'getnonce') 778 names = listener.started_command_names()
|
H A D | test_change_stream.py | 182 self.assertEqual(listener.started_command_names(), ["aggregate"]) 188 self.assertEqual(listener.started_command_names(), ["getMore"]) 191 self.assertEqual(listener.started_command_names(), ["getMore"]) 210 listener.started_command_names(), ["getMore", "aggregate"]) 217 self.assertEqual(set(listener.started_command_names()),
|
H A D | test_ssl.py | 594 names = listener.started_command_names()
|
H A D | test_auth.py | 433 started = listener.started_command_names()
|
H A D | test_encryption.py | 1076 self.listener.started_command_names(), ['insert', 'insert']) 1089 self.listener.started_command_names(), ['insert', 'insert'])
|
H A D | utils.py | 144 def started_command_names(self): member in EventListener
|
H A D | test_grid_file.py | 646 self.assertIn("getMore", listener.started_command_names())
|