We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
the more the better ;)
currently plonecli test -h shows
plonecli test -h
-a, --all -t, --test TEXT -s, --package TEXT -h, --help Show this message and exit.
while ./bin/test -h shows a whole lot more.
./bin/test -h
i'd love to see more of those features in plonecli test or a bypass to use those arguments given by ./bin/test
plonecli test
especially these:
--verbose, -v --list-tests --post-mortem, --pdb, -D --progress, -p --no-progress --color, -c --no-color, -C --auto-color
The text was updated successfully, but these errors were encountered:
No branches or pull requests
the more the better ;)
currently
plonecli test -h
showswhile
./bin/test -h
shows a whole lot more.i'd love to see more of those features in
plonecli test
or a bypass to use those arguments given by ./bin/testespecially these:
The text was updated successfully, but these errors were encountered: