Hi,
I was discussing one of my modules with a friend and he asked how many tests I
had. I answered 500 hundred but it then hit me that to have the module
working I had to rely on other modules written by other people.
The actual number of tests being the sum of all the tests for the module
dep
# from nadim khemir
# on Sunday 26 October 2008:
>The actual number of tests being the sum of all the tests for the
> module dependencies (including core ones) + my own tests.
Don't forget the perl core tests ;-)
>I also believe that the number of tests per line of code is an
> interresting figu
In article <[EMAIL PROTECTED]>, nadim khemir
<[EMAIL PROTECTED]> wrote:
> Hi,
>
> I was discussing one of my modules with a friend and he asked how many tests
> I
> had. I answered 500 hundred but it then hit me that to have the module
> working I had to rely on other modules written by other p