Skip to content

Commit 55bfb59

Browse files
committed
add django mercuryperformance testing
1 parent 7ffd33e commit 55bfb59

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,11 @@ repos:
2121
hooks:
2222
- id: md-dead-link-check
2323
- repo: https://github.com/crate-ci/typos
24-
rev: v1
24+
rev: v1.40.0
2525
hooks:
2626
- id: typos
2727
- repo: https://github.com/rvben/rumdl-pre-commit
28-
rev: v0.0.191
28+
rev: v0.0.192
2929
hooks:
30-
- id: rumdl
30+
- id: rumdl-fmt
3131
...

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -164,6 +164,7 @@ Collection of awesome Python resources for testing and generating test data.
164164

165165
## Speed
166166

167+
- [Django-Mercury-Performance-Testing](https://github.com/smattymatty/Django-Mercury-Performance-Testing) - Quickly & Ergonomically transform your Django Tests to track performance statistics like response time, queries, memory usage, and more!
167168
- [Partial Testing](https://github.com/man-group/partialtesting) - Run only the tests that are relevant for your changes.
168169
- [Pytest-incremental](https://github.com/pytest-dev/pytest-incremental) - analyses your project structure and file modifications between test-runs to modify the order tests are executed and de-select tests.
169170
- [pytest-testmon](https://github.com/tarpas/pytest-testmon) - Selects tests affected by changed files. Continuous test runner when used with pytest-watch.

0 commit comments

Comments
 (0)