{ "info": { "author": "Stefan Tjarks", "author_email": "stefan [at] tjarks [dot] de", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 2.7", "Topic :: Software Development :: Testing" ], "description": "pytest-django-sqlcount\n======================\n\n.. image:: https://pypip.in/download/pytest-django-sqlcount.png\n :target: https://pypi.python.org/pypi//pytest-django-sqlcount/\n :alt: Downloads\n\n.. image:: https://pypip.in/version/pytest-django-sqlcount/.png\n :target: https://pypi.python.org/pypi/pytest-django-sqlcount/\n :alt: Latest Version\n\n.. image:: https://pypip.in/license/pytest-django-sqlcount/.png\n :target: https://pypi.python.org/pypi/pytest-django-sqlcount/\n :alt: License\n\nThis plugin adds the number of SQLs executed on the default database connection\nper test to the terminal report.\n\nAll features offered by the default py.test terminal plugin should be available.\n\n\nInstallation\n------------\n\nInstall with pip::\n\n pip install pytest-django-sqlcount\n\n\nUninstallation\n--------------\n\nUninstall with pip::\n\n pip uninstall pytest-django-sqlcount\n\n\nUsage\n-----\n\nRunning tests with SQLCount output::\n\n py.test --sqlcount myproj tests/\n\n\nLimitation\n----------\n\nKeep in mind that test factories and fixtures can create more SQLs than the\ntested method/function. SQLs created by those methods are included in the count.", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/stj/pytest-django-sqlcount", "keywords": "py.test pytest django sqlcount", "license": "MIT License", "maintainer": null, "maintainer_email": null, "name": "pytest-django-sqlcounts", "package_url": "https://pypi.org/project/pytest-django-sqlcounts/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/pytest-django-sqlcounts/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/stj/pytest-django-sqlcount" }, "release_url": "https://pypi.org/project/pytest-django-sqlcounts/0.1.0/", "requires_dist": null, "requires_python": null, "summary": "py.test plugin for reporting the number of SQLs executed per django testcase.", "version": "0.1.0" }, "last_serial": 1594259, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "c7ca23e7791b71026a1e74cfe6cb3132", "sha256": "b05fc2034b813ff1fe83598f69041c816ccc57743c705f1cc9bbc7f7e40cdbff" }, "downloads": -1, "filename": "pytest_django_sqlcounts-0.1.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "c7ca23e7791b71026a1e74cfe6cb3132", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 4469, "upload_time": "2015-06-16T12:18:47", "url": "https://files.pythonhosted.org/packages/c8/8e/70e7ebd2ea60f09ec877e0afbfbf6ae7e67c850c47d6edc64573b6a10c79/pytest_django_sqlcounts-0.1.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "cc61b0d5fd0fc5cf1d5d84628f90b267", "sha256": "2c0e1eaedb660db53dc894e8db7677f15958cbe9d242375450e5d3185f9d0c46" }, "downloads": -1, "filename": "pytest-django-sqlcounts-0.1.0.tar.gz", "has_sig": false, "md5_digest": "cc61b0d5fd0fc5cf1d5d84628f90b267", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3045, "upload_time": "2015-06-16T12:18:50", "url": "https://files.pythonhosted.org/packages/07/61/278e619c6aae6f6cc18760f7fa7d03f959ea3927c684330f6bc3930b8be4/pytest-django-sqlcounts-0.1.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "c7ca23e7791b71026a1e74cfe6cb3132", "sha256": "b05fc2034b813ff1fe83598f69041c816ccc57743c705f1cc9bbc7f7e40cdbff" }, "downloads": -1, "filename": "pytest_django_sqlcounts-0.1.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "c7ca23e7791b71026a1e74cfe6cb3132", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 4469, "upload_time": "2015-06-16T12:18:47", "url": "https://files.pythonhosted.org/packages/c8/8e/70e7ebd2ea60f09ec877e0afbfbf6ae7e67c850c47d6edc64573b6a10c79/pytest_django_sqlcounts-0.1.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "cc61b0d5fd0fc5cf1d5d84628f90b267", "sha256": "2c0e1eaedb660db53dc894e8db7677f15958cbe9d242375450e5d3185f9d0c46" }, "downloads": -1, "filename": "pytest-django-sqlcounts-0.1.0.tar.gz", "has_sig": false, "md5_digest": "cc61b0d5fd0fc5cf1d5d84628f90b267", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3045, "upload_time": "2015-06-16T12:18:50", "url": "https://files.pythonhosted.org/packages/07/61/278e619c6aae6f6cc18760f7fa7d03f959ea3927c684330f6bc3930b8be4/pytest-django-sqlcounts-0.1.0.tar.gz" } ] }