curl-curl/tests/tunit
Dan Fandrich 38865c8282 test1621: Improve stripcredentials tests
- add more unusual input cases
- add a valid non-http protocol
- fix tests so an input that should be stripped but isn't is a failure
- fix detection of when stripcredentials() would be available to test
- avoid using a NULL pointer

Closes #17304
2025-05-10 15:07:53 -07:00
..
.gitignore tests: fixup tunit tests for cmake 2025-04-14 21:31:39 +02:00
CMakeLists.txt curlx: move into to curlx/ 2025-05-07 11:01:15 +02:00
Makefile.am curlx: move into to curlx/ 2025-05-07 11:01:15 +02:00
Makefile.inc tests: separate tunit tests from unit tests more 2025-05-06 17:25:22 +02:00
README.md tests/tunit: make a separate directory for tool-based unit tests 2025-04-08 08:08:05 +02:00
tool1394.c tests/tunit: make a separate directory for tool-based unit tests 2025-04-08 08:08:05 +02:00
tool1604.c tests/tunit: make a separate directory for tool-based unit tests 2025-04-08 08:08:05 +02:00
tool1621.c test1621: Improve stripcredentials tests 2025-05-10 15:07:53 -07:00

Tool unit tests

This directory is for unit testing of tool functions. They are separate from libcurl unit tests, because how these live/work outside of the library and the libcurl unit tests live/work inside.