From 6f2eeab32b08c75399c971a52238bdcdc16085b2 Mon Sep 17 00:00:00 2001 From: Viljami Ilola <+@hix.fi> Date: Wed, 10 Apr 2024 18:04:27 +0300 Subject: tests for highscores --- pyproject.toml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'pyproject.toml') diff --git a/pyproject.toml b/pyproject.toml index 42ca912..16e0c2c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,8 +31,10 @@ build-backend = "poetry.core.masonry.api" [tool.coverage.run] branch = true source = ["src/sliceitoff/"] -omit = ["src/sliceitoff/game/*"] # Game logic and input-needing parts - +omit = [ + "**/__????__.py", # __init__.py and __main__.py files + "src/sliceitoff/game/*" # Needs input and graphics. +] [tool.pylint.main] recursive = true -- cgit v1.2.3