Skip to content
Snippets Groups Projects
Commit 3ff3181e authored by Florian Spreckelsen's avatar Florian Spreckelsen
Browse files

TST: Add test csv and cfood for new unit tests

parent d8cc3a46
Branches
Tags
2 merge requests!217TST: Make NamedTemporaryFiles Windows-compatible,!216TST: Make NamedTemporaryFiles Windows-compatible
Pipeline #60631 passed
event,date
event_a,2025-02-06
event_b,
event_c,2025-02-06T09:00:00
ExperimentalData:
type: Directory
match: ExperimentalData
subtree:
CSVTable:
type: CSVTableConverter
match: "test_with_empty\\.csv"
subtree:
Row:
type: DictElement
records:
Event:
subtree:
EventName:
type: TextElement
match_name: "event"
match_value: "(?P<name>.*)"
records:
Event:
name: $name
Date:
type: Datetime
match_name: "date"
match_value: "(?P<date>.+)"
records:
Event:
event_time: $date
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment