cURL / Mailing Lists / curl-library / Single Mail

curl-library

Re: Unit test architecture now added

From: Daniel Stenberg <daniel_at_haxx.se>
Date: Thu, 3 Feb 2011 14:57:24 +0100 (CET)

On Thu, 3 Feb 2011, Amr Shahin wrote:

> Folks, do you have any particular priority for portions that need unit tests
> ?

I'd say functions that aren't well tested already. Meaning it would be great
to get some coverage data of what we're testing right now...

Another way to figure out good function to try is to run cachegrind on a test
case to find frequently used functions within libcurl, and then check which of
the most used functions that we don't have unit tests for and add them.

... with the still very early unit testing I figure you can also just go
randomly and pick functions! =)

-- 
  / daniel.haxx.se
-------------------------------------------------------------------
List admin: http://cool.haxx.se/list/listinfo/curl-library
Etiquette:  http://curl.haxx.se/mail/etiquette.html
Received on 2011-02-03