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.