From a18aeb1bcc59891b4e827c44683ceffd17fc0e5d Mon Sep 17 00:00:00 2001 From: Maarten de Waard <maarten@greenhost.nl> Date: Fri, 7 Jun 2019 08:00:48 +0000 Subject: [PATCH] Small change in language use in pytest.ini --- test/pytest.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/pytest.ini b/test/pytest.ini index 6ab901474..0bf407eab 100644 --- a/test/pytest.ini +++ b/test/pytest.ini @@ -1,5 +1,5 @@ [pytest] # Register custom markers, see https://docs.pytest.org/en/latest/mark.html markers = - certs: Tests as related to testing TLS certificates + certs: Run tests related to TLS certificates testinfra: Run testinfra tests (test OS/package versions etc) -- GitLab