summaryrefslogtreecommitdiffstats
path: root/src/testdata.rs
AgeCommit message (Expand)Author
2019-12-20Move code for testing to submoduleMatthias Beyer
2019-12-13Remove VALUE tag, which breaks the testsMatthias Beyer
2019-10-08Run cargo fmtMatthias Beyer
2019-10-08Extract libical-sys wrapper libraryMatthias Beyer
2019-04-17use CamelCase for enum elementsNora
2019-03-27icalvevent: add test for dtstart and dtendNora
2019-03-27move duration handling to icalwrap/icalvcalendarNora
2019-03-11cleanupNora
2019-03-10use khevent, add get_principal_kheventNora
2019-02-05move to Rust Edition 2018Nora
2019-01-21more work on icaltime and icaltimezoneVincent Breitmoser
2019-01-18dateutil: add testable now() functionNora
2019-01-17icalcomponent: add test for LAST-MODIFIED propertyNora
2019-01-16agenda: test stdoutVincent Breitmoser
2019-01-12receive &Path instead of PathBuf in from_strVincent Breitmoser
2019-01-11icalvcalendar: test from_str with errorNora
2019-01-09testing: setup test environment with TZ = UTC where necessaryNora
2019-01-09testdata: add multiday event with times, rename previous multiday eventNora
2019-01-05icalwrap: add two tests for from_sr error casesVincent Breitmoser
2019-01-04icalwrap: improve testsVincent Breitmoser
2019-01-04add testcases for checkerNora
2019-01-04fix testevent with multiline DESCRIPTIONNora
2019-01-04test checkerNora
2019-01-04add checker for IcalVCalendar, fix testdata :)Nora
2019-01-02make testcase TEST_EVENT_RECUR really alldayNora
2019-01-02select from multiple calendarsNora
2019-01-01check for multiple uids in with_uidNora
2018-12-31make grep search in locationNora
2018-12-31select: fix selectors, and add unit testsVincent Breitmoser
2018-11-23add working prototype get_recur() to IcalVEventVincent Breitmoser
2018-11-18add test case for IcalVCalendar events_iteratorNora
2018-10-31add testcase single meetingNora
2018-10-28cleanup testingNora
2018-10-28fix component iterator, and add test caseVincent Breitmoser