Metadata-Version: 1.1
Name: m01.mongofake
Version: 1.0.1
Summary: Fake MongoDB implementation
Home-page: http://pypi.python.org/pypi/m01.mongofake
Author: Zope Foundation and Contributors
Author-email: zope-dev@zope.org
License: ZPL 2.1
Description: This package provides a FAKE mongoDB implementation and is quite handy for
        testing.
        
        
        =======
        CHANGES
        =======
        
        
        1.0.1 (2015-03-17)
        ------------------
        
        - bugfix: reflect changes in pymongo > 2.8.0. The dta basename checker method
          _check_name method was moved from pymongo.database to pymongo.helpers. Make
          import work for all pymongo versions.
        
        
        1.0.0 (2013-03-06)
        ------------------
        
        - Added support for Python 3.3.
        
        - Dropped support for Python 2.4 and 2.5.
        
        
        0.2.1 (2013-02-02)
        ------------------
        
        - added realistic FakeCollection.remove return values
        
        - bugfix around FakeCollection.save
        
        
        0.2.0 (2012-12-16)
        ------------------
        
        - feature: support pymongo 2.4 API and support new safe write concern
        
        - include m01.stub for testing mongofake components and compare with real
          pymongo output. Use --all option for real pymongo and mongodb tests.
        
        - implemented some basic tests and run them with m01.stub and m01.mongofake
          libraries
        
        - implemented correct response for collection update method based on new
          pymongo 2.4. More will follow if more tests get implemented
        
        - switch from lovely.importchecker to p01.recipe.setup importchecker which
          doesn't warn about bad svn url during buildout process
        
        
        0.1.1 (2012-12-10)
        ------------------
        
        - inproved dictify method, also convert single SON object to dict
        
        - add some initial tests
        
        
        0.1.0 (2012-05-22)
        ------------------
        
        - First independent release from m01.mongo.testing
        
Keywords: mongoDB mongo fake
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Zope Public License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Topic :: Internet :: WWW/HTTP
