From c445b936e89bb29796f17e61f1e71b366b5c1618 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matthias=20H=C3=B6rtenhuber?= Date: Wed, 31 Jan 2024 13:23:30 +0100 Subject: [PATCH] Update tests/test_lint.py MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: JĂșlia Mir Pedrol --- tests/test_lint.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/test_lint.py b/tests/test_lint.py index be18b87910..ee68648ce6 100644 --- a/tests/test_lint.py +++ b/tests/test_lint.py @@ -201,6 +201,7 @@ def test_sphinx_md_files(self): from .lint.files_exist import ( # type: ignore[misc] test_files_exist_depreciated_file, test_files_exist_fail_conditional, + test_files_exist_pass_conditional, test_files_exist_missing_config, test_files_exist_missing_main, test_files_exist_pass,