Draft: integration tests#14
Conversation
|
Can you explain in words how we would add new tests to this suite and what it aims at testing? |
By adding new I also want to add some helper methods to assert that a file was created/execution failed/etc.
When we first released wcurl, we had some issues with people using it with older versions of the curl CLI. We didn't think about that, and now we conditionally add options based on the CLI version (1240227 and c914de9). This is impossible to catch with the unit tests we have right now, since we don't actually execute curl and only look at the generated options. I would feel more comfortable adding or modifying the options we generate if we could test the execution on different/older curl versions. |
Original MR: https://salsa.debian.org/debian/wcurl/-/merge_requests/10
I'm looking for some feedback here :^)