From 2a854b36624fb1c108a56d317aa54ca630864288 Mon Sep 17 00:00:00 2001 From: Charles Cabergs Date: Sat, 6 Mar 2021 10:13:17 +0100 Subject: Updated tests to use monkeypatch.setattr(Config, attr, value) instead of custom config_context --- .gitignore | 1 + 1 file changed, 1 insertion(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 24a3287..2894e64 100644 --- a/.gitignore +++ b/.gitignore @@ -12,3 +12,4 @@ bash3.2.57 *.bak .coverage coverage.xml +TODO -- cgit