mirror of
https://github.com/curl/curl.git
synced 2026-08-25 02:53:32 +03:00
parent
86ea3abd41
commit
1495489c41
17 changed files with 62 additions and 67 deletions
|
|
@ -275,10 +275,10 @@ New tests are added by finding a free number in `tests/data/Makefile.am`.
|
|||
|
||||
## Write tests
|
||||
|
||||
Here's a quick description on writing test cases. We basically have three
|
||||
kinds of tests: the ones that test the curl tool, the ones that build small
|
||||
applications and test libcurl directly and the unit tests that test
|
||||
individual (possibly internal) functions.
|
||||
Here's a quick description on writing test cases. We have three kinds of
|
||||
tests: the ones that test the curl tool, the ones that build small
|
||||
applications and test libcurl directly and the unit tests that test individual
|
||||
(possibly internal) functions.
|
||||
|
||||
### test data
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue