From bc6cb276b8097b833bb867f5045190f4230ffebc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philipp=20H=C3=B6rist?= Date: Sat, 7 Jan 2023 16:47:53 +0100 Subject: refactor: Restructure unittests - Separate GUI tests from common tests - Rename folders --- pyproject.toml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'pyproject.toml') diff --git a/pyproject.toml b/pyproject.toml index 9fe80dd1b..ce449fe03 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta" [tool.codespell] -skip = "*__pycache__*,test,*.egg-info,.git,*.po,*.nsi,*.spec" +skip = "*__pycache__*,build,test,*.egg-info,.git,*.po,*.nsi,*.spec" ignore-words-list = "claus,pres,ser,trough" @@ -149,7 +149,6 @@ exclude = [ "venv", "*.pyi", # Code Folders - "gajim/gui", "typings", "gajim/common/config.py", # legacy module, will be removed "gajim/common/optparser.py", # legacy module, will be removed @@ -162,8 +161,8 @@ target-version = "py310" [tool.ruff.per-file-ignores] "test/*" = ["E402"] -"test/no_gui/test_styling.py" = ["RUF001", "E501"] -"test/no_gui/test_regex.py" = ["RUF001"] +"test/common/test_styling.py" = ["RUF001", "E501"] +"test/common/test_regex.py" = ["RUF001"] [tool.ruff.mccabe] -- cgit v1.2.3