- When run in completions mode (`green --completions`), import errors in potential modules are ignored, so that the completions list is still generated instead of producing crash output.
1.7.0
21 September 2014
- Output sent to stdout is now captured and then presented along with the list of tracebacks. This can be disabled with `-a/--allow-stdout`. Issue 29.
1.6.0
10 September 2014
- Added `-f/--failfast` to stop executing tests after the first error, failure, or unexpected successes.
- Simplified the usage line in the help output.
1.5.0
31 August 2014
- You can press Ctrl-C once while tests are running to cleanly terminate the test run.
- Some internal refactoring.
- Python 3.3 is no longer supported on Windows. It might work still--it's just not supported.
- Windows CI with AppVeyor is now passing.
1.4.4
26 August 2014
- File handles are now explicitly closed in setup.py. Contributed by Simeon Visser.
1.4.3
26 August 2014
- Trying to import a module by name that raises an exception during import now manufactures a test that reports an ImportError instead of just silently ignoring the file. Issue 31.