hamster-gtk icon indicating copy to clipboard operation
hamster-gtk copied to clipboard

[#233] Cleanup testsuite

Open elbenfreund opened this issue 4 years ago • 0 comments

In order to make the testsuite play nice with the current external libraries, the following changes were made:

  • Change SafeConfigParser to ConfigParser
  • Drop python2 support from the test suite (tox , travis)
  • Use explicit kwargs instead of args when instantiating Gtk.Label/Button etc instances.
  • Remove version pinning for docs.pip and tests.pip.

Closes: #233

elbenfreund avatar Mar 06 '20 17:03 elbenfreund