Metadata-Version: 1.0
Name: m01.mongofake
Version: 0.2.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
        =======
        
        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 :: 4 - Beta
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Zope Public License
Classifier: Programming Language :: Python
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Topic :: Internet :: WWW/HTTP
