summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2015-04-16Make test_log_time less flaky.Florian Bruhin
2015-04-13Fix binding of special keys with lower-case mods.Florian Bruhin
2015-04-09pylint: Ignore 'undefined-variable' for tests.Florian Bruhin
2015-04-08Using parametrization in test_textbaseBruno Oliveira
2015-04-08Another workaround for a pylint bug.Florian Bruhin
2015-04-08Add some more invalid testcases to TestFont.Florian Bruhin
2015-04-08Fix string concatenation and indenting for INVALID.Florian Bruhin
2015-04-08Use inline list comprehension for parametrize expressionBruno Oliveira
2015-04-08Use single-quoted string for consistencyBruno Oliveira
2015-04-08Use mocker fixture instead of unittest.mockBruno Oliveira
2015-04-08Compare full lists instead of looping over items as suggested by @hackebrotBruno Oliveira
2015-04-08Fix small docstring issuesBruno Oliveira
2015-04-08Remove "object" subclassing from Test classes missed initiallyBruno Oliveira
2015-04-05Fix lint.Florian Bruhin
2015-04-05Removed xfail from test since issue has been fixed on masterBruno Oliveira
2015-04-05Renamed test to tests as suggested by @The-CompilerBruno Oliveira