Bump version to 0.9.4 w/ two changes:

First, add a -vvv mode to log when tests are queued for running.

If one is running a bunch of tests in parallel and something
is not working right, it can be useful to see which tests are
currently executing at the same time. There isn't a great way
to do this in typ, because we don't know when tests are actually
picked up for execution by the child processes, but we can at
least log which tests has been queued for running.

This patch adds a -vvv option (verbose=3). This will make
the test log twice as long, since we will now log lines for
when every test starts and stops, but at least that can help
with debugging.

Also fix a bug where we might hang if we ran typ from
inside the package we wanted to test.
3 files changed
tree: 3aa5aa14e96f649116dba18bca2d04eecf83747b
  1. tools/
  2. typ/
  3. .gitignore
  4. LICENSE
  5. pylintrc
  6. README.rst
  7. run
  8. setup.cfg
  9. setup.py