From 677620b05f4f8b864e326020356bb75ab237a055 Mon Sep 17 00:00:00 2001 From: Mihail Butvin Date: Tue, 23 Apr 2024 02:56:06 +0300 Subject: [PATCH] Add note about mutmut_config.py cache issue --- README.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.rst b/README.rst index 5a10faed..be92eea7 100644 --- a/README.rst +++ b/README.rst @@ -215,6 +215,8 @@ Inversely, you can also only specify to only run specific mutations with ``--ena Note that ``--disable-mutation-types`` and ``--enable-mutation-types`` are exclusive and cannot be combined. +Changes made to ``mutmut_config.py`` does not invalidate the cache. +If you modify the configuration file, you will likely need to remove ``.mutmut-cache`` manually to ensure that the changes take effect. Selecting tests to run ----------------------