functional tests are too hard to interact with
Bug #116710 reported by
Jean-Paul Calderone
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Game |
New
|
Undecided
|
Unassigned |
Bug Description
You have to hit Alt+F4 or some other complex keystroke to close the window for each functional test. It should be much simpler to mark a test as passing or failing than this. For example, `y' or `n' (or maybe `p' and `f'?) should be accepted as input in the window run by each test to mark it as passing or failing.
Related branches
lp://staging/~amacleod/game/functional-test-convenience
Ready for review
for merging
into
lp://staging/game
- Jean-Paul Calderone: Pending requested
-
Diff: 402 lines (+230/-38)4 files modifiedgame/functional/test_input.py (+6/-19)
game/functional/test_view3d.py (+37/-12)
game/functional/util.py (+183/-7)
game/view.py (+4/-0)
To post a comment you must log in.