----------------------------------------------------- * Prevent prysk from crashing on platforms which do not support :code:`os.environb` * Update dependencies
0.15.0
----------------------------------------------------- * Add support for DOS to Unix line endings (\r\n to \n) * Updated Contributors (Hall Of Fame!)
0.14.0
----------------------------------------------------- * Add support for $TMPDIR variable substitution in test output * Update dependencies
0.13.1
----------------------------------------------------- * Fix os.environ restore after leaving context * Narrow scope of contexts for test run * Fix pytest-plugin error message * Fix typo in pytest-plugin documentation * Add literal character in docs
----------------------------------------------------- * Fix prysk test file lookup for relative paths * Refactor xunit module * Refactor test module * Remove run module * Fix pylint warnings in cli module * Fix pylint warnings in run module * Fix pylint warnings in process module * Refactor _Cli class