{ "info": { "author": "Robin Ramael", "author_email": "robin.ramael@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Framework :: Django :: 1.11", "Framework :: Django :: 2.0", "Framework :: Django :: 2.1", "Framework :: Django :: 2.2", "Intended Audience :: Developers", "License :: OSI Approved :: BSD License", "Natural Language :: English", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6" ], "description": "=============================\ndjango-list-tests\n=============================\n\n\nAdd a django management command to list all tests in the project\n\nQuickstart\n----------\n\nInstall django-list-tests::\n\n pip install django-list-tests\n\nAdd it to your `INSTALLED_APPS`:\n\n.. code-block:: python\n\n INSTALLED_APPS = (\n ...\n 'django_list_tests',\n ...\n )\n\n\nAnd run::\n\n ./manage.py list_tests \n\n\nYou can use this command for fzf completion of tests::\n\n # FZF ALL DAY ERRY DAY\n function tz() {\n # cache the test names to speed things up. you can go more complex with\n # watchman or whatever.\n if [[ ! -f '.test_names' ]]; then\n python $DJANGO_MANAGE_SCRIPT list_tests $DJANGO_ROOT_MODULE > ./.test_names\n fi\n\n TESTS=$( cat .test_names | fzf )\n\n echo Runnning \"$TESTS\"\n python \"$DJANGO_MANAGE_SCRIPT\" \"test\" --keepdb \"$TESTS\"\n }\n\n", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/robinramael/django-list-tests", "keywords": "django-list-tests", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "django-list-tests", "package_url": "https://pypi.org/project/django-list-tests/", "platform": "", "project_url": "https://pypi.org/project/django-list-tests/", "project_urls": { "Homepage": "https://github.com/robinramael/django-list-tests" }, "release_url": "https://pypi.org/project/django-list-tests/0.1.2/", "requires_dist": null, "requires_python": "", "summary": "Add a django management command to list all tests in the project", "version": "0.1.2" }, "last_serial": 5313180, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "527186f9be94eaca3b74c165b51167df", "sha256": "5db1994feaa73b050578ff55b64bb43ad155c9cf302e0bad93e857923f2cf40b" }, "downloads": -1, "filename": "django_list_tests-0.1.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "527186f9be94eaca3b74c165b51167df", "packagetype": "bdist_wheel", "python_version": "3.6", "requires_python": null, "size": 3095, "upload_time": "2019-05-24T12:44:17", "url": "https://files.pythonhosted.org/packages/08/38/a172b6685ee5bf43d5a941567eb232f05a8d7ae7b2b8de87274f04b3a28a/django_list_tests-0.1.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "78882e820633acb81f4eb940fb1d7db9", "sha256": "c87b64c8f482ca7144931d1c6278c9cc2acf61b061b66978d63a53b89addf49d" }, "downloads": -1, "filename": "django-list-tests-0.1.0.tar.gz", "has_sig": false, "md5_digest": "78882e820633acb81f4eb940fb1d7db9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3168, "upload_time": "2019-05-24T12:44:14", "url": "https://files.pythonhosted.org/packages/9b/a3/44f14479f8793b842b4320775d426c8037fbf6340965bf3794b76e6bd7bc/django-list-tests-0.1.0.tar.gz" } ], "0.1.1": [ { "comment_text": "", "digests": { "md5": "96118c476c15dcc35fa2aabff1fb805a", "sha256": "62794b0c43dc262cae0bda032126925472e7b96734a8148c7f26872a5d25fef5" }, "downloads": -1, "filename": "django_list_tests-0.1.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "96118c476c15dcc35fa2aabff1fb805a", "packagetype": "bdist_wheel", "python_version": "3.6", "requires_python": null, "size": 3344, "upload_time": "2019-05-24T13:15:34", "url": "https://files.pythonhosted.org/packages/84/65/d71aaba1c1e17b697ad0a824fdb9822e88b9942e01223c948c867bc45d10/django_list_tests-0.1.1-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "537e0dfee013b87d92f1b5b432b3e7ca", "sha256": "ee619bf6dafe246c0b368a7963d868fd32160fd35117df474d390216832dbf49" }, "downloads": -1, "filename": "django-list-tests-0.1.1.tar.gz", "has_sig": false, "md5_digest": "537e0dfee013b87d92f1b5b432b3e7ca", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3465, "upload_time": "2019-05-24T13:15:32", "url": "https://files.pythonhosted.org/packages/52/f5/6d8de6fcc4c4148c76e9291a3c4c8fa520a1f7a9ab74122b6adb223a24b5/django-list-tests-0.1.1.tar.gz" } ], "0.1.2": [ { "comment_text": "", "digests": { "md5": "bb99fda7efa200ec735ce1f0b4c0d693", "sha256": "25bd3c0c7f4e0dfb40f913b841416a9ea1ef1fa5c021ca4c7643fbbf2b78cf7a" }, "downloads": -1, "filename": "django_list_tests-0.1.2-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "bb99fda7efa200ec735ce1f0b4c0d693", "packagetype": "bdist_wheel", "python_version": "3.6", "requires_python": null, "size": 3349, "upload_time": "2019-05-24T15:10:20", "url": "https://files.pythonhosted.org/packages/cd/1e/19258b97672757cad3a8146e0967ec44e7f9405fd8fa5b933b2c54c66d3e/django_list_tests-0.1.2-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "9e20c97468d292554a05c1ac3e66fd5b", "sha256": "33e7d7af9388af7e7c4ba06b9368f8eb0f73cbd94a2e11b7c5135a5d6cf85e82" }, "downloads": -1, "filename": "django-list-tests-0.1.2.tar.gz", "has_sig": false, "md5_digest": "9e20c97468d292554a05c1ac3e66fd5b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3487, "upload_time": "2019-05-24T15:10:17", "url": "https://files.pythonhosted.org/packages/eb/60/8661216813e0411335f4d315ed9a1cb018774b72e1deac9d19e3074fa03c/django-list-tests-0.1.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "bb99fda7efa200ec735ce1f0b4c0d693", "sha256": "25bd3c0c7f4e0dfb40f913b841416a9ea1ef1fa5c021ca4c7643fbbf2b78cf7a" }, "downloads": -1, "filename": "django_list_tests-0.1.2-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "bb99fda7efa200ec735ce1f0b4c0d693", "packagetype": "bdist_wheel", "python_version": "3.6", "requires_python": null, "size": 3349, "upload_time": "2019-05-24T15:10:20", "url": "https://files.pythonhosted.org/packages/cd/1e/19258b97672757cad3a8146e0967ec44e7f9405fd8fa5b933b2c54c66d3e/django_list_tests-0.1.2-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "9e20c97468d292554a05c1ac3e66fd5b", "sha256": "33e7d7af9388af7e7c4ba06b9368f8eb0f73cbd94a2e11b7c5135a5d6cf85e82" }, "downloads": -1, "filename": "django-list-tests-0.1.2.tar.gz", "has_sig": false, "md5_digest": "9e20c97468d292554a05c1ac3e66fd5b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3487, "upload_time": "2019-05-24T15:10:17", "url": "https://files.pythonhosted.org/packages/eb/60/8661216813e0411335f4d315ed9a1cb018774b72e1deac9d19e3074fa03c/django-list-tests-0.1.2.tar.gz" } ] }