Commit Graph

150 Commits

Author SHA1 Message Date
ado
e4fba8a918 Split parser tests part 2 into additional segments 2024-02-19 00:04:09 +01:00
ado
11d57bd073 [skip ci] Try fix MINGW ci 2024-02-18 23:40:53 +01:00
ado
45b840a30a [skip ci] Try fix MINGW ci 2024-02-18 23:22:37 +01:00
ado
8bb773625b [skip ci] Try fix MINGW ci 2024-02-18 23:16:10 +01:00
ado
0466c7234c [skip ci] Try fix MINGW ci 2024-02-18 23:13:16 +01:00
ado
d21c387a33 [skip ci] Try fix MINGW ci 2024-02-18 23:07:26 +01:00
ado
d019edb2bf [skip ci] Update unit test CMakeList for MINGW 2024-02-18 21:58:06 +01:00
ado
a2666816de Add maybe_unused attribute to test helper functions 2024-02-18 19:58:25 +01:00
ado
417a03a8a4 Fix unit tests build 2024-02-18 19:36:41 +01:00
ado
baf4317ffa Add more unit tests for buffer mode 2024-02-18 18:58:51 +01:00
ado
63a618957b Add more unit tests for buffer mode 2024-02-18 18:46:26 +01:00
ado
8b07f7d6cb Remove tmpnam usage for random file generation 2024-02-18 13:55:14 +01:00
ado
82f8ed12b4 Fix out of bounds reading for get_line_buffer, write more buffer mode unit tests 2024-02-18 11:20:36 +01:00
ado
e89e268280 Update test helpers random file name generator 2024-02-17 22:21:37 +01:00
ado
aacf690640 Fix unit test CMakeLists typo 2024-02-17 21:10:25 +01:00
ado
f8c5757d99 Fix unit test CMakeLists 2024-02-17 21:08:24 +01:00
ado
ce03c371ae Split parser tests into multiple files, add more tests for buffer mode 2024-02-17 21:05:30 +01:00
ado
6c859959d6 Add more unit tests for buffer mode 2024-02-17 17:43:33 +01:00
ado
f04ede3a49 Add option to read csv data from a buffer, add some unit tests for the new feature 2024-02-17 00:55:36 +01:00
ado
672b89b213 Add ability to convert larger numbers without fast_float, write unit tests 2023-08-08 14:11:51 +02:00
ado
b9d2c2aad9 Fix big number extraction test 2023-08-08 12:57:15 +02:00
ado
32cbfe1d17 Update extraction tests, update coverage-ci, update ssp.hpp 2023-08-08 12:43:56 +02:00
ado
848689451c Add big float extraction test 2023-08-08 12:29:04 +02:00
ado
b7e5dd28b8 Update splitter tests 2023-08-08 12:10:20 +02:00
ado
e316558a7b Add parser test for invalid rows with header 2023-08-08 11:07:26 +02:00
ado
6e27f35209 Update coverage ci 2023-08-08 02:08:31 +02:00
ado
d4c9227830 Update coverage ci 2023-08-08 01:06:27 +02:00
ado
f232c7d995 Add coverage ci 2023-08-08 00:43:02 +02:00
ado
975ef2e4a5 Add invalid multiline parser tests 2023-08-06 17:39:09 +02:00
ado
2c7bc763a5 Update ssp.hpp, add more parser unit tests 2023-08-06 16:55:52 +02:00
ado
a152a8cb4a Apply minor change to iterator, add handling of invalid header 2023-08-06 15:55:23 +02:00
ado
7d44d503d9 Update the remainder of the unit tests to handle throw_on_error, make parser not set error if all lines are empty 2023-08-05 19:58:00 +02:00
ado
2e1c4c97ec Fix handling of invalid conversion/split within parser, update parser tests 2023-08-05 18:11:13 +02:00
ado
7c9ba953ad Fix typo 2023-08-05 13:52:31 +02:00
ado
3170cb661c Minor test changes 2023-08-05 13:49:10 +02:00
ado
03870aa1ba Update header parsing 2023-08-05 13:30:14 +02:00
ado
2b132bc33a Apply minor changes to tests 2023-08-05 12:05:17 +02:00
ado
634abdd38b Add invalid header usage tests 2023-08-04 21:22:23 +02:00
ado
c981ed6644 Write additional parser tests, update some of the existing tests to work with throw_on_error 2023-08-04 16:48:07 +02:00
ado
5173e7afbc Update test file names 2023-08-03 23:09:25 +02:00
ado
5963df5ffd Update test meson.build 2023-08-03 23:04:05 +02:00
ado
19538597e5 Make test_parser2 segments creage unique file names with respect to each other 2023-08-03 21:53:40 +02:00
ado
7656ba0a55 Fix CMake typo 2023-08-03 21:32:35 +02:00
ado
761445bd36 Split test_parser2 into multiple segments 2023-08-03 21:28:41 +02:00
ado
62e19df343 Update test_parser2 to include ignore_header and ignore_empty options 2023-08-03 17:04:06 +02:00
ado
0858369c7d Fix test CMakeList.txt 2023-07-31 23:30:26 +02:00
ado
2fe2c391fe WIP, Continue writing additional parser tests, add big object flag to test cmake for mingw 2023-07-31 23:25:47 +02:00
ado
5f46259914 Merge with bugfix 2023-07-31 21:52:08 +02:00
ado
1d94989a4d Remove big obj flag for compilers except MSVC within test cmake 2023-07-30 23:06:04 +02:00
ado
84a7d46cbf WIP, Continue writing additional parser tests, add big object flag to test cmake 2023-07-30 22:59:37 +02:00