{ "info": { "author": "Kapil Thangavelu", "author_email": "kapil.foss@gmail.com", "bugtrack_url": null, "classifiers": [ "Environment :: Plugins", "Intended Audience :: Developers", "Operating System :: OS Independent", "Programming Language :: Python", "Topic :: Internet :: WWW/HTTP" ], "description": "Mongo Db Nose Plugin\n--------------------\n\nA nose plugin that automates the creation and teardown of a mongodb\ninstance as part of test runs.\n\nInstallation\n============\n\nGrab the package off pypi::\n\n easy_install mongonose\n\nIts automatically picked up via entry points as a nose plugin.\n\nUsage\n=====\n\nThe plugin extends the nose options with a few options. The only\nrequired options are either `--mongodb` or `--mongodb-bin` to enable\nthe plugin.\n\n - `--mongodb` can be used to enable the mongodb plugin if the mongod\n is on the default pass, else specifying mongodb-bin is nesc, and\n will also enable the plugin.\n\n - `--mongodb-bin` Allows specifying the path to the `mongod` binary.\n If not specified the plugin will search the path for a mongodb\n binary. If one is not found, an error will be raised.\n\n - `--mongodb-port` can be optionally set, by default the plugin\n will utilize a a random open port on the machine.\n\n - `--mongodb-scripting` Enables the javascript scripting engine,\n off by default.\n\n - `--mongodb-logpath` Stores the server log at the given path, by\n default sent to /dev/null\n\n - `--mongodb-prealloc` Enables pre-allocation of databases, default\n is off. Modern filesystems will sparsely allocate, which can\n speed up test execution.\n\nThe plugin will populate the environment variable \"TEST_MONGODB\" which\ncontains the location to the mongodb server in ``host:port`` format.\n\nTests should use this environment variable value when connecting to mongodb.\n\nTodo\n====\n\n - support replica sets\n\nAuthors\n=======\n\n Kapil Thangavelu", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://pypi.python.org/pypi/mongonose", "keywords": null, "license": "BSD-derived", "maintainer": null, "maintainer_email": null, "name": "mongonose", "package_url": "https://pypi.org/project/mongonose/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/mongonose/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://pypi.python.org/pypi/mongonose" }, "release_url": "https://pypi.org/project/mongonose/0.5.2/", "requires_dist": null, "requires_python": null, "summary": "Nose plugin for automating mongodb for tests runs.", "version": "0.5.2" }, "last_serial": 794954, "releases": { "0.5.0": [ { "comment_text": "", "digests": { "md5": "e3e172b34a031b492a2ff2853dee9a0d", "sha256": "0e9e085b449f7766c154a0db22061e1ff9f3c7a2c571182c95d07d52d5165d62" }, "downloads": -1, "filename": "mongonose-0.5.0.tar.gz", "has_sig": false, "md5_digest": "e3e172b34a031b492a2ff2853dee9a0d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3999, "upload_time": "2011-10-23T19:53:31", "url": "https://files.pythonhosted.org/packages/84/72/552b31d29c9ab55e25b23d77dcd60e46f83ba8d0eea64aa514831858743f/mongonose-0.5.0.tar.gz" } ], "0.5.1": [ { "comment_text": "", "digests": { "md5": "8ff0374bd49fe93eeb208c1abe2f49c9", "sha256": "d431d1fcc1d1a19fbb6bd741c6f89b8b5e7bbdb95218c6687cf61cbf6e75e409" }, "downloads": -1, "filename": "mongonose-0.5.1.tar.gz", "has_sig": false, "md5_digest": "8ff0374bd49fe93eeb208c1abe2f49c9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4200, "upload_time": "2012-12-10T15:13:02", "url": "https://files.pythonhosted.org/packages/3a/14/a4e14a543485e3e886c2ea4164afea640076cab16c49d639afb6fa309379/mongonose-0.5.1.tar.gz" } ], "0.5.2": [ { "comment_text": "", "digests": { "md5": "51dad02faca89624ed8e312c54155380", "sha256": "0bd83508016b6f38866592621e9bb5ccb74901be718fb5a19cb5ea7bb42cbdc4" }, "downloads": -1, "filename": "mongonose-0.5.2.tar.gz", "has_sig": false, "md5_digest": "51dad02faca89624ed8e312c54155380", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4159, "upload_time": "2012-12-10T15:15:14", "url": "https://files.pythonhosted.org/packages/be/31/ff0f6119532dbcae0affe05e8af9926005cde3adfccc29951aeb8b98e6ba/mongonose-0.5.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "51dad02faca89624ed8e312c54155380", "sha256": "0bd83508016b6f38866592621e9bb5ccb74901be718fb5a19cb5ea7bb42cbdc4" }, "downloads": -1, "filename": "mongonose-0.5.2.tar.gz", "has_sig": false, "md5_digest": "51dad02faca89624ed8e312c54155380", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4159, "upload_time": "2012-12-10T15:15:14", "url": "https://files.pythonhosted.org/packages/be/31/ff0f6119532dbcae0affe05e8af9926005cde3adfccc29951aeb8b98e6ba/mongonose-0.5.2.tar.gz" } ] }