From 02e9f13950d4dfef3b9428d6d331fbc5fc0468a7 Mon Sep 17 00:00:00 2001 From: sobolevn Date: Wed, 1 May 2024 11:44:33 +0300 Subject: [PATCH] Update deps --- {{cookiecutter.project_name}}/docs/pages/template/testing.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/{{cookiecutter.project_name}}/docs/pages/template/testing.rst b/{{cookiecutter.project_name}}/docs/pages/template/testing.rst index 238de35b..7208cc32 100644 --- a/{{cookiecutter.project_name}}/docs/pages/template/testing.rst +++ b/{{cookiecutter.project_name}}/docs/pages/template/testing.rst @@ -37,7 +37,8 @@ Here's the full list of things we use: helpers, fixtures, and configuration - `django-test-migrations`_ - plugin to test Django migrations and their order - `pytest-cov`_ - plugin to measure test coverage -- `covdefaults`_ - plugin for ``coverage`` to smartly ignore more meaningless lines. +- `covdefaults`_ - plugin for ``coverage`` to smartly ignore + more meaningless lines. - `pytest-randomly`_ - plugin to execute tests in random order and also set predictable random seed, so you can easily debug what went wrong for tests that rely on random behavior