Closed mtrd3v closed 4 months ago
Totals | |
---|---|
Change from base Build 10021630821: | 0.2% |
Covered Lines: | 3176 |
Relevant Lines: | 3254 |
Thanks!
While looking through it: you found mistakes in the code by improving the coverage. 🥳
could you correct that too or create an issue for it?
vCalAddress('b'value'') repr should be vCalAddress('value')
and vBinary repr probably vBinary(b'value')
My guess is that changing python 2 to 3 did this.
Thanks for reviewing my PR. I have corrected them.
Could you merge master?
I have fixed the issue. Now you can check.
@mtr-d3v Thanks! I just merged master so there is no conflict. It seems that the tests are updated and fail.
Could you install tox and run the tests in your local setup?
I am wondering why not all the tests were running before ...
I have fixed the repr for vBinary and vCalAddress, the tests should pass now.
Thank you very much!
This PR fixes issue #629 by Improving test coverage in 5 places for production code
📚 Documentation preview 📚: https://icalendar--696.org.readthedocs.build/