Skip to content

Commit 7b3048a

Browse files
committed
#66: Expand unit tests for services.py using mocks
1 parent c4e4075 commit 7b3048a

2 files changed

Lines changed: 1032 additions & 28 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -90,11 +90,7 @@ omit = [
9090
show_missing = true
9191

9292
[tool.coverage.run]
93-
# endpoint/services.py is mostly ORM, git, and subprocess integration; a single
94-
# unit test touches a thin slice while the rest needs heavier integration setup.
95-
# Measuring it in the global gate makes fail_under=90 unreachable without a large
96-
# dedicated suite, so it is omitted from coverage collection.
97-
omit = ["*/endpoint/services.py"]
93+
omit = []
9894
source = ["boost_weblate"]
9995

10096
# liccheck: regex on PyPI license classifiers (as_regex).

0 commit comments

Comments
 (0)