Ivan Enderlin
Ivan Enderlin
PS: please, add a label to this issue :-).
Would it help with an error message of kind: > Test class 'InitialThing' cannot be executed as a test suite because it is not in the test namespace, which is...
I would say this is a normal behavior. Having no assertion to execute is a success. atoum does not have a “memory” of previous runs, so detecting moves is not...
@jubianchi Do you think we should flush the `write` before reading it? Is there any buffer here?
I agree it is verbose. The relative paths are hard to guess: * If the user executes it, well, it's fine and easy: We can assume the relative path to...
@jdlabails This is hard actually. You are expecting atoum, or xdebug, to guess the total code to cover, just run a part of it, and make the score relative to...
Indeed, https://github.com/atoum/atoum/blob/85b2c12da0697474ec66e6b3072e955b69fdf179/classes/report/fields/runner/coverage.php#L140. Good catch!
Did you try to use the comma as a path separator?
Did you move the `--loop` option at the end of the command line?
Actually, the foreground color is black (`30`). What terminal or color palette are you using?