{"categories":[{"label":"Python Modules","url":"https://skillfed.io/packages/category/software-development-libraries-python-modules/19"},{"label":"WWW/HTTP","url":"https://skillfed.io/packages/category/internet-www-http/7"},{"label":"Testing","url":"https://skillfed.io/packages/category/software-development-testing/6"},{"label":"Dynamic Content","url":"https://skillfed.io/packages/category/internet-www-http-dynamic-content/3"}],"enrichment":{"capability":"Integrates with Django's test runner to identify and report the slowest tests in your suite, helping you spot performance bottlenecks during development.","skillfed_tags":["django-testing","performance-profiling","abandoned"],"use_cases":["Identify which tests are consuming the most time during a test run to prioritize optimization efforts.","Export test performance data to JSON for trend analysis or integration with CI/CD dashboards.","Set a threshold to focus on tests exceeding a specific duration, filtering out fast tests from reports.","Diagnose performance regressions by comparing slow test reports across different versions or branches."],"what_it_does":"django-slowtests is a Django test runner plugin that wraps the standard test runner to automatically measure and report execution time for each test. After your test suite completes, it displays a ranked list of the slowest tests, optionally filtered by a configurable threshold. You can save the report to a JSON file for further analysis.\n\nThe package has no runtime dependencies beyond Django itself and integrates by replacing Django's TEST_RUNNER setting with a custom runner class. It was designed for Django 1.6\u20131.11 and Python 2.7 and 3.6, but has received no updates since 2019 and is no longer actively maintained.","worth_installing":"No. The package is abandoned (last release 2019-02-12, no updates for 2740 days) and compatibility with modern Django and Python versions is unverified. Modern Django includes built-in test timing features and third-party test runners have better maintenance. Use only if you are locked to Django 1.6\u20131.11 and Python 2.7 or 3.6."},"id":"django-slowtests","links":{"html":"https://skillfed.io/packages/django-slowtests","md":"https://skillfed.io/packages/django-slowtests.md","pypi":"https://pypi.org/project/django-slowtests/"},"maintenance":{"status":"abandoned"},"meta":{"latest_release":"2019-02-12","license_spdx":null,"license_treatment":"permissive","name":"django-slowtests","python_support":"unspecified","summary":"locate your slowest tests"},"popularity":{"monthly_downloads":110921,"position":12437,"tier":"top_15000"},"security":{"n_vulnerabilities":0},"version":"1.1.1"}
