Currently, the test command is very slow and silent.
Silent to the point that I'm wondering if it's actually doing what it is supposed to.
Let's give it a more verbose output, informing about each step being performed.
E.g.
> coh test
Bootstrapping pyproject.toml... done.
Installing dependencies... done.
Running tests...
<test output>
Currently, the
testcommand is very slow and silent.Silent to the point that I'm wondering if it's actually doing what it is supposed to.
Let's give it a more verbose output, informing about each step being performed.
E.g.