aboutsummaryrefslogtreecommitdiff
path: root/tests/test_interactive.py
AgeCommit message (Collapse)Author
2014-05-09remove test_sdl_audio_quickload which has been broken for a very long timeAlon Zakai
2014-04-14Add interactive and automated testing for SDL touch events.Jukka Jylänki
2014-03-13Implement support for Webkit mouse wheel events. Add new interactive mouse ↵Jukka Jylänki
test. Checked on OSX Safari 6.0.5. Fixes #2219.
2014-03-06Added a (currently failing) interactive test for SDL_WM_ToggleFullScreen.Jukka Jylänki
2014-03-06Added new test suite 'interactive', which contains those browser tests that ↵Jukka Jylänki
require human verification in the loop. Move all such tests from 'browser' test suite to the 'interactive' test suite so that the browser test suite only contains automated tests.