From 1a155212a760a372d86faa8a76fbfb88cc9097fc Mon Sep 17 00:00:00 2001 From: Dmitry Volodin Date: Wed, 31 Jan 2024 14:19:06 +0100 Subject: [PATCH] Fix tests --- tests/test_project.py | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/tests/test_project.py b/tests/test_project.py index 6c28406..773b5e5 100644 --- a/tests/test_project.py +++ b/tests/test_project.py @@ -80,14 +80,14 @@ def is_not_rust(path: Path) -> bool: "README.md", "SECURITY.md", "docs/assets/logo.png", - "docs/codebase.md", - "docs/codequality.md", - "docs/devcommon.md", - "docs/environment.md", + "docs/dev/codebase.md", + "docs/dev/codequality.md", + "docs/dev/common.md", + "docs/dev/environment.md", + "docs/dev/testing.md", "docs/faq.md", "docs/index.md", ("docs/installation.md", "docs/installation/index.md"), - "docs/testing.md", "mkdocs.yml", "pyproject.toml", f"{PROJECT_SRC}/__init__.py",