From 831c9ec09da23273fa33185d309a37bc189dcee3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luis=20L=C3=B3pez?= Date: Mon, 17 Feb 2020 11:54:03 +0100 Subject: [PATCH] Testing: add new config items to tests --- test/conftest.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/test/conftest.py b/test/conftest.py index 31d872b..0c0cef8 100644 --- a/test/conftest.py +++ b/test/conftest.py @@ -117,10 +117,13 @@ def supported_configs(): 'yadm.auto-exclude', 'yadm.auto-perms', 'yadm.auto-private-dirs', + 'yadm.cipher', 'yadm.git-program', 'yadm.gpg-perms', 'yadm.gpg-program', 'yadm.gpg-recipient', + 'yadm.openssl-ciphername', + 'yadm.openssl-program', 'yadm.ssh-perms', ]