Am 06.07.2019 um 14:24 schrieb Ben Grasset:
General question regarding the tests I'm writing:

What kind of numbers should I be going for? Is something like 10 that pass and 10 that fail a good ratio? Or should it be more of them that pass?

It's not about the ratio of passing and failing tests or a general number of tests. You should simply try to cover as many cases as possible to ensure that
A) the feature works as intended
B) things that shouldn't work indeed don't work

Also, is using the names "tmultilinestrings1.pp", "tmultilinestrings2.pp", e.t.c. appropriate?

Yes. Though you can use the singular as well.

Regards,
Sven
_______________________________________________
fpc-devel maillist  -  fpc-devel@lists.freepascal.org
https://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-devel

Reply via email to