diff options
author | Wolfgang Müller | 2024-11-14 23:22:58 +0100 |
---|---|---|
committer | Wolfgang Müller | 2024-11-14 23:22:58 +0100 |
commit | a495162ab6d0bf324c300eca398532ee397cf9a1 (patch) | |
tree | 4f415b8770c4c697a3d948da0eb729370aafd595 /pyproject.toml | |
parent | 47d464fbfc1dd4174c4f0ab39268297c14b972a3 (diff) | |
download | hircine-a495162ab6d0bf324c300eca398532ee397cf9a1.tar.gz |
backend/tests: Add tests for gallery_dl scrapers
Diffstat (limited to 'pyproject.toml')
-rw-r--r-- | pyproject.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml index 07020e8..f4847ac 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -63,7 +63,7 @@ directory = "coverage" [tool.coverage.run] concurrency = ["greenlet", "multiprocessing"] -omit = ["tests/*", "src/hircine/cli.py", "src/hircine/plugins/scrapers/*"] +omit = ["tests/*", "src/hircine/cli.py"] [tool.coverage.report] exclude_also = [ |