Bruno BELANYI
|
bd072e1025
|
kraken: csv: fix comma separation logic
Unfortunately, `std::ostream_iterator` puts its separator *after* every
element, not *in-between* each element.
|
2022-03-12 11:07:20 +01:00 |
|
Bruno BELANYI
|
6ee4e5b554
|
tests: unit: csv: add 'write_csv' suite
The disabled tests are expected failures (which GTest does not support),
once fixed they will be enabled.
|
2022-03-12 11:07:20 +01:00 |
|
Bruno BELANYI
|
3539cd4a34
|
tests: unit: csv: qualify 'read_csv' tests better
|
2022-03-12 11:07:20 +01:00 |
|
Bruno BELANYI
|
697f941cb2
|
tests: unit: add 'csv' tests
Simple tests for a simple library.
|
2022-03-12 11:07:20 +01:00 |
|