python-caldav / caldav

Apache License 2.0
314 stars 94 forks source link

add unit test and documentation for custom HTTP headers #306

Closed JasonSanDiego closed 1 year ago

JasonSanDiego commented 1 year ago

unit test and documentation related to https://github.com/python-caldav/caldav/issues/285

tobixen commented 1 year ago

I think the test breakage is unrelated to this pull request, I'll look more into it.

JasonSanDiego commented 1 year ago

This was my first time using tox. I spent a lot of time trying to get the docs test to work properly both before and after making the actual fix I was working on. Unfortunately, I could not make it work.

tobixen commented 1 year ago

It wasn't easy for me, too - someone else was setting up tox and the doc test. I have no idea why it broke. Things like this happens (luckily, rarely) due to new releases of python and third-part libraries.