hamster-gtk
hamster-gtk copied to clipboard
[#233] Cleanup testsuite
In order to make the testsuite play nice with the current external libraries, the following changes were made:
- Change
SafeConfigParser
toConfigParser
- Drop python2 support from the test suite (
tox
,travis
) - Use explicit
kwargs
instead ofargs
when instantiatingGtk.Label/Button
etc instances. - Remove version pinning for
docs.pip
andtests.pip
.
Closes: #233