mirror of
https://github.com/curl/curl.git
synced 2026-08-26 16:23:32 +03:00
unittest: mark all unit tested functions
With "@unittest: [num]" in the header comment for each tested function. Shows we have a log way to go still...
This commit is contained in:
parent
d5cc77b744
commit
0f7bea7c3a
8 changed files with 34 additions and 6 deletions
|
|
@ -131,6 +131,8 @@ singleipconnect(struct connectdata *conn,
|
|||
* If 'nowp' is non-NULL, it points to the current time.
|
||||
* 'duringconnect' is FALSE if not during a connect, as then of course the
|
||||
* connect timeout is not taken into account!
|
||||
*
|
||||
* @unittest: 1303
|
||||
*/
|
||||
long Curl_timeleft(struct SessionHandle *data,
|
||||
struct timeval *nowp,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue