Skip to content

Releases: martinsmid/pytest-ui

v0.5

05 Jul 12:02
Compare
Choose a tag to compare
  • slightly improve UI
  • add functionality to run single test
  • improve code readability - check code with flake8

v0.3.6b0

03 May 12:51
Compare
Choose a tag to compare
v0.3.6b0 Pre-release
Pre-release
  • pytest-compatible interface.

This allow to directly replace a pytest command line with pytui. pytui takes its params for processing and passes the others to pytest.

For example, it allows to replace
py.test --nomigrations --ds=entrypoints.customer_site.settings --ignore=special/tests/ core/tests with
pytui --nomigrations --ds=entrypoints.customer_site.settings --ignore=special/tests/ core/tests,
passing all the params to pytest.

v0.3.5b0

05 Apr 14:20
Compare
Choose a tag to compare
v0.3.5b0 Pre-release
Pre-release
  • fix bug related to disabled terminal plugin
  • add non-fuzzy syntax in filter for exact matching
  • increase pytest verbosity for detailed assert diffs.

Fix UI glitches

31 Mar 21:46
Compare
Choose a tag to compare
Fix UI glitches Pre-release
Pre-release
v0.3.4b0

Update changelog, bump version

Improve error reporting (handle more crashes)

19 Feb 21:45
Compare
Choose a tag to compare
v0.3.3b0

Bump version, update changelog.

Improve error reporting

06 Jan 21:53
Compare
Choose a tag to compare
  • Improve error reporting. Show an popup dialog when collect/testrun errors occur (based on pytest exit code)
  • Unfreeze the dependencies in setup.py

Handle init errors

23 Jul 21:59
Compare
Choose a tag to compare
Handle init errors Pre-release
Pre-release
  • Add proper handling for collect-time errors (like module level import errors or syntax errors)

Python 2/3 compatibility

21 Apr 08:23
Compare
Choose a tag to compare
Pre-release
  • Make source python2/3 compatible
  • Add exact dependency versions into setup.py
  • Workaround the problem with cyclic logging of stdout/printing stdout logs to stdout caused by pytest/capture or pytest/logging

v0.2b1

21 Apr 17:36
Compare
Choose a tag to compare
v0.2b1 Pre-release
Pre-release
Just version bump with a correct version in setup.py

v0.2b

21 Apr 17:36
Compare
Choose a tag to compare
v0.2b Pre-release
Pre-release
Disable runner stdout/err logging to prevent circular logging bug