debian-forge/sources/test
Michael Vogt 46db834dee sources(curl): use json like output inside of custom record
When using `--write-out` we are not using %{json} because older curl
(7.76) will write {"http_connect":000} which python cannot parse.

So we had a custom `--write-out` with `\1xc` as "record" separators
between the fields. This is a bit old-school and not very extensible
so Achilleas had the idea to still use json but "define" our own
subset via the variables that curl provides. This commit does that.
2024-07-30 11:12:03 +02:00
..
conftest.py testutil: extract find_one_subclass_in_module() helper 2024-04-03 11:36:01 +02:00
test_container_storage_source.py sources: add new sources_service fixture 2024-04-03 11:36:01 +02:00
test_curl_source.py sources(curl): use json like output inside of custom record 2024-07-30 11:12:03 +02:00