test::test_collection::TestCollection Class Reference

List of all members.

Public Member Functions

def setUp
def test_as_class
def test_bad_encode
def test_collection
def test_count
def test_create_index
def test_cursor_timeout
def test_distinct
def test_drop_index
def test_drop_indexes_non_existant
def test_duplicate_key_error
def test_ensure_index
def test_error_code
def test_field_selection
def test_fields_specifier_as_dict
def test_find_and_modify
def test_find_kwargs
def test_find_one
def test_find_one_non_objectid
def test_find_one_with_find_args
def test_find_w_fields
def test_find_w_regex
def test_find_with_sort
def test_group
def test_group_with_scope
def test_id_can_be_anything
def test_index_info
def test_index_on_binary
def test_index_on_subfield
def test_insert_adds_id
def test_insert_find_one
def test_insert_iterables
def test_insert_large_document
def test_insert_multiple
def test_invalid_key_names
def test_iteration
def test_large_limit
def test_last_error_options
def test_manual_last_error
def test_map_reduce
def test_messages_with_unicode_collection_names
def test_min_query
def test_multi_update
def test_options
def test_query_on_query_field
def test_remove_all
def test_remove_non_objectid
def test_rename
def test_safe_insert
def test_safe_remove
def test_safe_save
def test_safe_update
def test_save
def test_save_adds_id
def test_snapshot
def test_unique_index
def test_update
def test_upsert

Public Attributes

 connection
 db

Detailed Description

Definition at line 47 of file test_collection.py.


Member Function Documentation

def test::test_collection::TestCollection::setUp (   self  ) 

Definition at line 49 of file test_collection.py.

def test::test_collection::TestCollection::test_as_class (   self  ) 

Definition at line 1115 of file test_collection.py.

def test::test_collection::TestCollection::test_bad_encode (   self  ) 

Definition at line 1109 of file test_collection.py.

def test::test_collection::TestCollection::test_collection (   self  ) 

Definition at line 53 of file test_collection.py.

def test::test_collection::TestCollection::test_count (   self  ) 

Definition at line 673 of file test_collection.py.

def test::test_collection::TestCollection::test_create_index (   self  ) 

Definition at line 77 of file test_collection.py.

def test::test_collection::TestCollection::test_cursor_timeout (   self  ) 

Definition at line 948 of file test_collection.py.

def test::test_collection::TestCollection::test_distinct (   self  ) 

Definition at line 952 of file test_collection.py.

def test::test_collection::TestCollection::test_drop_index (   self  ) 

Definition at line 191 of file test_collection.py.

def test::test_collection::TestCollection::test_drop_indexes_non_existant (   self  ) 

Definition at line 1103 of file test_collection.py.

def test::test_collection::TestCollection::test_duplicate_key_error (   self  ) 

Definition at line 487 of file test_collection.py.

def test::test_collection::TestCollection::test_ensure_index (   self  ) 

Definition at line 123 of file test_collection.py.

def test::test_collection::TestCollection::test_error_code (   self  ) 

Definition at line 510 of file test_collection.py.

def test::test_collection::TestCollection::test_field_selection (   self  ) 

Definition at line 243 of file test_collection.py.

def test::test_collection::TestCollection::test_fields_specifier_as_dict (   self  ) 

Definition at line 334 of file test_collection.py.

def test::test_collection::TestCollection::test_find_and_modify (   self  ) 

Definition at line 1131 of file test_collection.py.

def test::test_collection::TestCollection::test_find_kwargs (   self  ) 

Definition at line 802 of file test_collection.py.

def test::test_collection::TestCollection::test_find_one (   self  ) 

Definition at line 860 of file test_collection.py.

def test::test_collection::TestCollection::test_find_one_non_objectid (   self  ) 

Definition at line 879 of file test_collection.py.

def test::test_collection::TestCollection::test_find_one_with_find_args (   self  ) 

Definition at line 898 of file test_collection.py.

def test::test_collection::TestCollection::test_find_w_fields (   self  ) 

Definition at line 317 of file test_collection.py.

def test::test_collection::TestCollection::test_find_w_regex (   self  ) 

Definition at line 348 of file test_collection.py.

def test::test_collection::TestCollection::test_find_with_sort (   self  ) 

Definition at line 909 of file test_collection.py.

def test::test_collection::TestCollection::test_group (   self  ) 

Definition at line 682 of file test_collection.py.

def test::test_collection::TestCollection::test_group_with_scope (   self  ) 

Definition at line 749 of file test_collection.py.

def test::test_collection::TestCollection::test_id_can_be_anything (   self  ) 

Definition at line 367 of file test_collection.py.

def test::test_collection::TestCollection::test_index_info (   self  ) 

Definition at line 221 of file test_collection.py.

def test::test_collection::TestCollection::test_index_on_binary (   self  ) 

Definition at line 177 of file test_collection.py.

def test::test_collection::TestCollection::test_index_on_subfield (   self  ) 

Definition at line 519 of file test_collection.py.

def test::test_collection::TestCollection::test_insert_adds_id (   self  ) 

Definition at line 932 of file test_collection.py.

def test::test_collection::TestCollection::test_insert_find_one (   self  ) 

Definition at line 287 of file test_collection.py.

def test::test_collection::TestCollection::test_insert_iterables (   self  ) 

Definition at line 445 of file test_collection.py.

def test::test_collection::TestCollection::test_insert_large_document (   self  ) 

Definition at line 1000 of file test_collection.py.

def test::test_collection::TestCollection::test_insert_multiple (   self  ) 

Definition at line 424 of file test_collection.py.

def test::test_collection::TestCollection::test_invalid_key_names (   self  ) 

Definition at line 395 of file test_collection.py.

def test::test_collection::TestCollection::test_iteration (   self  ) 

Definition at line 387 of file test_collection.py.

def test::test_collection::TestCollection::test_large_limit (   self  ) 

Definition at line 784 of file test_collection.py.

def test::test_collection::TestCollection::test_last_error_options (   self  ) 

Definition at line 646 of file test_collection.py.

def test::test_collection::TestCollection::test_manual_last_error (   self  ) 

Definition at line 664 of file test_collection.py.

def test::test_collection::TestCollection::test_map_reduce (   self  ) 

Definition at line 1021 of file test_collection.py.

def test::test_collection::TestCollection::test_messages_with_unicode_collection_names (   self  ) 

Definition at line 1094 of file test_collection.py.

def test::test_collection::TestCollection::test_min_query (   self  ) 

Definition at line 989 of file test_collection.py.

def test::test_collection::TestCollection::test_multi_update (   self  ) 

Definition at line 560 of file test_collection.py.

def test::test_collection::TestCollection::test_options (   self  ) 

Definition at line 275 of file test_collection.py.

def test::test_collection::TestCollection::test_query_on_query_field (   self  ) 

Definition at line 981 of file test_collection.py.

def test::test_collection::TestCollection::test_remove_all (   self  ) 

Definition at line 306 of file test_collection.py.

def test::test_collection::TestCollection::test_remove_non_objectid (   self  ) 

Definition at line 888 of file test_collection.py.

def test::test_collection::TestCollection::test_rename (   self  ) 

Definition at line 817 of file test_collection.py.

def test::test_collection::TestCollection::test_safe_insert (   self  ) 

Definition at line 536 of file test_collection.py.

def test::test_collection::TestCollection::test_safe_remove (   self  ) 

Definition at line 624 of file test_collection.py.

def test::test_collection::TestCollection::test_safe_save (   self  ) 

Definition at line 613 of file test_collection.py.

def test::test_collection::TestCollection::test_safe_update (   self  ) 

Definition at line 590 of file test_collection.py.

def test::test_collection::TestCollection::test_save (   self  ) 

Definition at line 462 of file test_collection.py.

def test::test_collection::TestCollection::test_save_adds_id (   self  ) 

Definition at line 942 of file test_collection.py.

def test::test_collection::TestCollection::test_snapshot (   self  ) 

Definition at line 852 of file test_collection.py.

def test::test_collection::TestCollection::test_unique_index (   self  ) 

Definition at line 468 of file test_collection.py.

def test::test_collection::TestCollection::test_update (   self  ) 

Definition at line 547 of file test_collection.py.

def test::test_collection::TestCollection::test_upsert (   self  ) 

Definition at line 580 of file test_collection.py.


Member Data Documentation

Definition at line 50 of file test_collection.py.

Definition at line 51 of file test_collection.py.


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines


pymongo
Author(s): Bhaskara Marthi
autogenerated on Fri Jan 11 10:09:07 2013