Skip to content

v0.3.6b0

Pre-release
Pre-release
Compare
Choose a tag to compare
@martinsmid martinsmid released this 03 May 12:51
· 18 commits to master since this 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.