django-slow-tests
Test profiler
Identifies and reports on the slowest tests in a Django application
Locate your slowest tests.
181 stars
14 watching
26 forks
Language: Python
last commit: about 3 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
django-query-profiler/django-query-profiler | Helps identify slow Django applications by analyzing and visualizing database queries | 140 |
revsys/django-test-plus | Reduces boilerplate code in Django tests to make them more efficient and maintainable | 615 |
django-behave/django-behave | Provides a way to run Behavior-Driven Development tests in Django applications | 197 |
jsocol/django-ratelimit | Provides a way to rate-limit views in Django applications | 1,081 |
dragoon/django-selenium | Provides integration and tools for testing Django web applications with Selenium | 90 |
pytest-dev/pytest-django | Provides a plugin to integrate Django projects with the pytest testing framework. | 1,401 |
kmmbvnr/django-jenkins | Automates Django application testing and reporting with Jenkins integration. | 945 |
jazzband/django-nose | Tools for running and testing Django applications | 880 |
realpython/list-of-python-api-wrappers | Provides a curated list of Python APIs and libraries for various applications | 2,099 |
awslabs/python-deequ | A Python API for defining unit tests for data quality in large datasets | 734 |
wntrblm/nox | Automates testing in multiple Python environments. | 1,344 |
test-prof/test-prof | An analysis tool to help identify bottlenecks in test suites and improve their performance. | 1,893 |
ethereum/tests | Common tests for various Ethereum clients and implementations to verify their correctness | 567 |
wemake-services/django-test-migrations | A tool to test Django schema and data migrations for reliability and correctness. | 532 |
mynyml/watchr | Automates testing of code changes in real-time | 1,272 |