{ "info": { "author": "Christo Crampton", "author_email": "christo@appointmentguru.co", "bugtrack_url": null, "classifiers": [ "Operating System :: OS Independent", "Programming Language :: Python :: 3" ], "description": "# dj-testreporter\n\n```\npip install testreporter\n```\n\n[![PyPI version](https://badge.fury.io/py/testreporter.svg)](https://badge.fury.io/py/testreporter)\n\nA thin wrapper around the default Django `DiscoverRunner` which can generate pretty reports from your tests\n\n## Usage\n\n**Once off**\n\n```\npython manage.py test --testrunner=testreporter.runner.BDDTestRunner\n```\n\n**Always use it**\n\n`settings.py`\n```\nTEST_RUNNER='testreporter.runners.BDDTestRunner'\n```\n\nExample output:\n\n```\n* ************\n* TEST SUMMARY\n* ************\n* -\n* ---------------------\n* MYPROJECT.TESTS.TEST_MODELS\n* ---------------------\n*\n* SomeModelTestCase:\n* ---------------------\n* \u2713 a test that passes\n* \u2717 a test that fails\n```\n\nIt will also create a file `spec.txt`. You can commit that to version control and then you have automatic release notes in the diff for your pull request.", "description_content_type": "text/markdown", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://gitlab.com/SchoolOrchestration/libs/dj-testreporter", "keywords": "", "license": "", "maintainer": "", "maintainer_email": "", "name": "testreporter", "package_url": "https://pypi.org/project/testreporter/", "platform": "", "project_url": "https://pypi.org/project/testreporter/", "project_urls": { "Homepage": "https://gitlab.com/SchoolOrchestration/libs/dj-testreporter" }, "release_url": "https://pypi.org/project/testreporter/0.1.0/", "requires_dist": null, "requires_python": "", "summary": "Get pretty output for your Django unit tests", "version": "0.1.0" }, "last_serial": 4465582, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "05fb071ba74949fdfefbcfdb1f511b45", "sha256": "7445e5c59e1529da7e1985483950bfe45951c2c6ee1c44209f7bd98ce04288df" }, "downloads": -1, "filename": "testreporter-0.0.1.tar.gz", "has_sig": false, "md5_digest": "05fb071ba74949fdfefbcfdb1f511b45", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1319, "upload_time": "2018-11-08T13:05:53", "url": "https://files.pythonhosted.org/packages/7d/42/aa0f8ce50f91970d7358d804732f3b401373864bc81670a469dd85e9b07c/testreporter-0.0.1.tar.gz" } ], "0.0.2": [ { "comment_text": "", "digests": { "md5": "530acfc7aff9530c163022d65effedaa", "sha256": "3c2f4844f56704ba1ac09cfa8e3efe8d98d9db89f1908597109a8ee5a534b32d" }, "downloads": -1, "filename": "testreporter-0.0.2.tar.gz", "has_sig": false, "md5_digest": "530acfc7aff9530c163022d65effedaa", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1477, "upload_time": "2018-11-08T13:12:11", "url": "https://files.pythonhosted.org/packages/9d/d9/07fb8d4c2342cb44c6c70f023a3166ad353deacbf53f2c52f6e6ec1a5b52/testreporter-0.0.2.tar.gz" } ], "0.0.3": [ { "comment_text": "", "digests": { "md5": "d47ae8495576c2c9d0d91966ebff4836", "sha256": "72dcc8f5dcc6be69313b532fe5c8f992db1770f24a5c8e82c1af963a775a743b" }, "downloads": -1, "filename": "testreporter-0.0.3.tar.gz", "has_sig": false, "md5_digest": "d47ae8495576c2c9d0d91966ebff4836", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2785, "upload_time": "2018-11-08T13:14:34", "url": "https://files.pythonhosted.org/packages/8a/f1/cc8529a516db070263923956c159ebe542cb113b18a1088abd29e20a6ddc/testreporter-0.0.3.tar.gz" } ], "0.1.0": [ { "comment_text": "", "digests": { "md5": "651183948c11d6c7d182d56ab0a0fe45", "sha256": "145de96f0f9ada08a5000e84365abb94f50c88e1ea9c1b4614d20cf2ccd1c09c" }, "downloads": -1, "filename": "testreporter-0.1.0.tar.gz", "has_sig": false, "md5_digest": "651183948c11d6c7d182d56ab0a0fe45", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2792, "upload_time": "2018-11-08T13:24:41", "url": "https://files.pythonhosted.org/packages/bc/11/b2fb5d0b352da8297f4bd2a88eb6f1d92992b893541f1a77111417c6b44f/testreporter-0.1.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "651183948c11d6c7d182d56ab0a0fe45", "sha256": "145de96f0f9ada08a5000e84365abb94f50c88e1ea9c1b4614d20cf2ccd1c09c" }, "downloads": -1, "filename": "testreporter-0.1.0.tar.gz", "has_sig": false, "md5_digest": "651183948c11d6c7d182d56ab0a0fe45", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2792, "upload_time": "2018-11-08T13:24:41", "url": "https://files.pythonhosted.org/packages/bc/11/b2fb5d0b352da8297f4bd2a88eb6f1d92992b893541f1a77111417c6b44f/testreporter-0.1.0.tar.gz" } ] }