SoyuzScript needs more test coverage
Bug #172869 reported by
Julian Edwards
| Affects | Status | Importance | Assigned to | Milestone | |
|---|---|---|---|---|---|
| Launchpad itself |
Triaged
|
Low
|
Unassigned | ||
Bug Description
testFinishProcedure in test_soyuzscript.py currently does not test user confirmation in _getUserConfirm
| Changed in soyuz: | |
| importance: | Undecided → Low |
| milestone: | none → 1.2.1 |
| status: | New → Confirmed |
| Changed in soyuz: | |
| milestone: | 1.2.1 → 1.2.3 |
| Changed in soyuz: | |
| milestone: | 1.2.3 → none |
| tags: | added: tech-debt |
| visibility: | private → public |
To post a comment you must log in.
Going further, you could parameterize _getUserConfirm ation's use of
raw_input and supply a callable that returned a pre-programmed
sequence of answers.