Actions
Story #2706
closedAs a developer, I can easily run a subset of pulp smash tests.
Status:
CLOSED - WONTFIX
Priority:
Normal
Assignee:
-
Sprint/Milestone:
-
Start date:
Due date:
% Done:
0%
Estimated time:
Platform Release:
Groomed:
No
Sprint Candidate:
No
Tags:
Pulp 2
Sprint:
Quarter:
Description
Currently, the psmash
alias in our vagrant env run all the pulp smash tests. It is easy to manually invoke pulp smash to only run a subset of those tests (e.g py.test pulp_smash/tests/rpm/
in the pulp-smash dir to just run rpm tests), but ideally the psmash alias in our developer environments would facilitate this by letting you run something like psmash rpm
instead, and let psmash do what's needed to translate that command back into the corresponding py.test invocation.
Actions