[Mono-list] Regression tests: we need contributors.
Miguel de Icaza
miguel@ximian.com
12 May 2003 11:25:09 -0400
Hello,
> People sending code must have somehow tested their code first, right?
> Just push them along to the idea that they should test it with Nunit.
The code might have been tested as part of a larger project that
required it for example. Like HttpWebRequest was recently fixed, to get
Xml-Rpc working.
Also, sometimes Unit tests are hard to write (for example: networking
tests).
And finally, a lot of the tests we are missing are in the older code we
have ;-)
Recent development tends to get Unit tests since day one: BigInteger for
example.