plone / plonecli

Plone Command Line Client - for creating and working with custom add-ons and themes
https://pypi.org/project/plonecli/
Other
19 stars 10 forks source link

add more parameters to plonecli test #50

Open iham opened 5 years ago

iham commented 5 years ago

the more the better ;)

currently plonecli test -h shows

  -a, --all
  -t, --test TEXT
  -s, --package TEXT
  -h, --help          Show this message and exit.

while ./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/test

especially these:

--verbose, -v

--list-tests

--post-mortem, --pdb, -D

--progress, -p
--no-progress

--color, -c
--no-color, -C
--auto-color