add more parameters to plonecli test
Open
Nobody has claimed this yet.
04 type: enhancement
- Dominant language
- Python
- Stars
- 20
- Forks
- 12
- PR merge metrics
- No merged PRs in 30d
Description
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
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the implementation of the plonecli test command and compare its accepted options with the output of ./bin/test -h. Determine whether the listed options should be exposed directly or passed through, then verify that the selected arguments appear in plonecli test -h and work as expected.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- cli
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100