mongo-python-driver/test/high_availability
behackett e0b52baf8e PYTHON-672 - Make read preference a class
This commit introduces the following changes:

- Each read preference is now a class.
- Read preferences other than Primary accept a tag_sets parameter.
- The tag_sets attribute of MongoClient, Database, and Collection has
  been removed. Use the tag_sets parameter of the new classes instead.
- The read_preferences.ReadPreference constant still exists and should
continue to work as expected for most users.
2014-04-14 16:28:07 -07:00
..
ha_tools.py More robust test_read_preference. 2014-04-03 09:45:54 -04:00
test_ha.py PYTHON-672 - Make read preference a class 2014-04-14 16:28:07 -07:00