tobixen / calendar-cli

Simple command-line CalDav client, for adding and browsing calendar items, todo list items
GNU General Public License v3.0
247 stars 23 forks source link

test_cal.py no longer usable (since splitting plann and calendar_cli) #105

Closed fauxmight closed 1 year ago

fauxmight commented 1 year ago

If I am reading correctly, it appears that the bulk of the tests in test_cal.py are using the parse_timespec() function from cal.py.

As cal.py was split out to plann, parse_timespec is no longer importable and these tests are no longer usable.

If I am wrong, let me know. If I am not, let me know and I will push a PR with the affected tests removed from test_cal.py.

I am writing a calendar-cli-git PKGBUILD for AUR and after chasing down this issue I found that I currently just need to have testing completely disabled in the PKGBUILD.

@tobixen feedback is welcome.

tobixen commented 1 year ago

A PR is most welcome. Sorry for the breakage.

fauxmight commented 1 year ago

Resolved by #106