collective / icalendar

icalendar parser library for Python
https://icalendar.readthedocs.io
Other
1k stars 172 forks source link

Python: Improve test coverage in 5 places for production code #629

Closed niccokunzmann closed 4 months ago

niccokunzmann commented 5 months ago

The production code is mostly covered by the tests. Sometimes, __repr__ or if conditions are not covered though. That would be nice!

To close the issue:

What will help:

devdanzin commented 4 months ago

We are working on this. Would you like me to send a PR to add --branch to the coverage run options in tox.ini?

niccokunzmann commented 4 months ago

Would you like me to send a PR to add --branch to the coverage run options in tox.ini?

You are welcome to create PRs with improvements or create issues to discuss those first.

niccokunzmann commented 4 months ago

@mtr-d3v Thanks for solving this in #696!