summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Collapse)Author
2023-04-06removed some more traces of kalTobias Brox
2022-11-24more fixups to the test codeTobias Brox
2022-11-24test directory may need an __init__.py fileTobias Brox
2022-11-24preparing for v0.14.0-releaseTobias Brox
2022-11-06reorganized the repository - should fix ↵Tobias Brox
https://github.com/tobixen/calendar-cli/issues/94
2022-10-28Bugfix. I broke setup.pyTobias Brox
2022-10-20doc bugfixTobias Brox
2022-10-15completion of recurring tasks. work in progress.Tobias Brox
2022-10-10support for child/parent-relations and skipping children or parentsTobias Brox
2022-10-09task completion and sorting, offseting, limitingTobias Brox
2022-10-09More work on the kal aka cal.py command. It can now do around 80% of all ↵Tobias Brox
the stuff calendar-cli can do, plus more.
2022-05-29some work on the testing script. (This should be cleaned up and made more ↵Tobias Brox
readable and modular ... but how?)
2022-04-18Work in progress on new cliTobias Brox
(I was working on this several months ago - then I got interrupted, forgot to commit, never got time to look back)
2022-01-05working on the new cli. Split out the thoughts from the NEXT_LEVEL.md file ↵Tobias Brox
to an independent NEW_CLI.md
2022-01-02Timezone mess, revisited. 0.13.0 was released with broken tests (I should ↵Tobias Brox
probably fix the test script to report FAILED) when the tests fail). Timezones are difficult, indeed.
2022-01-02kal: milestone, ics data can be added to the calendarTobias Brox
2021-12-30working on the new kal interfaceTobias Brox
2021-11-27timezones are difficult in python - tried to get rid of pytz dependency, but ↵Tobias Brox
ended up filing https://github.com/collective/icalendar/issues/333 https://github.com/collective/icalendar/issues/335 https://github.com/collective/icalendar/issues/336 instead
2020-06-07wontfix https://github.com/tobixen/calendar-cli/issues/74Tobias Brox
2020-06-07Ref https://github.com/tobixen/calendar-cli/issues/74 there may still be ↵Tobias Brox
some time zone issues here
2020-06-07fixing up test codeTobias Brox
2020-06-07documentation and comments. Resolves ↵Tobias Brox
https://github.com/tobixen/calendar-cli/issues/65
2020-06-06more work on proper timestamp localization/conversion in agenda. Resolves ↵Tobias Brox
https://github.com/tobixen/calendar-cli/issues/11
2020-06-06bugfix for https://github.com/tobixen/calendar-cli/issues/11 - timezone was ↵Tobias Brox
not honored when doing an agenda date search
2020-06-06partial fix for https://github.com/tobixen/calendar-cli/issues/11 - fix TZ ↵Tobias Brox
when adding events. (agenda is still fubarred when caldav server yields timezone information)
2020-06-06more tests, including one that breaks until ↵Tobias Brox
https://github.com/tobixen/calendar-cli/issues/49 is fixed
2020-06-06more test code, preparing to work with ↵Tobias Brox
https://github.com/tobixen/calendar-cli/issues/49
2020-06-05support for xandikos in the tests ... sort of ... resolves ↵Tobias Brox
https://github.com/tobixen/calendar-cli/issues/68
2020-06-05make it possible to create a calendar, resolves ↵Tobias Brox
https://github.com/tobixen/calendar-cli/issues/69 - automated tests towards radicale, ref https://github.com/tobixen/calendar-cli/issues/68
2020-04-13Strings printed to stdout should not be utf-8-encoded. resolves ↵Tobias Brox
https://github.com/tobixen/calendar-cli/issues/60
2018-12-17testing with non-ascii characters in location field, ref ↵Tobias Brox
https://github.com/tobixen/calendar-cli/issues/45
2018-12-17more fixing, ref https://github.com/tobixen/calendar-cli/issues/45Tobias Brox
2018-12-14bugfixTobias Brox
2015-05-04new feature: hide parent task if we need to work on children tasks (think of ↵Tobias Brox
parent as dependent on the children to be done)
2015-05-02releasing version 0.10Tobias Brox
2015-04-25working on todoTobias Brox
2015-04-25added the tests directory ... hm, missing for so long?Tobias Brox