Skip to content

Commit f50bbef

Browse files
authored
Merge pull request #14 from farukalpay/claude/testing-mi34zkd8ivxgnqxq-012o4Fi3tbJK6BiXJixhYtia
Improve test coverage
2 parents 6cca124 + 944758d commit f50bbef

File tree

14 files changed

+2552
-43
lines changed

14 files changed

+2552
-43
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ venv/
3030

3131
# Coverage / test
3232
.pytest_cache/
33+
.cache/
3334
.coverage
3435
htmlcov/
3536
.hypothesis/

out/assertions.jsonl

Lines changed: 0 additions & 1 deletion
This file was deleted.

out/assertions.xml

Lines changed: 0 additions & 23 deletions
This file was deleted.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ packages = [{include = "xml_lib"}]
2727

2828
[tool.poetry.dependencies]
2929
python = "^3.11"
30-
typer = {extras = ["all"], version = "^0.9.0"}
30+
typer = {extras = ["all"], version = ">=0.9.0"}
3131
rich = "^13.7.0"
3232
lxml = "^5.0.0"
3333
xmlschema = "^2.5.0"

0 commit comments

Comments
 (0)