Use defaultTestLoader to instantiate test cases
This MR fixes #6 (closed) by replacing the use of unittest.makeSuite
with the documented alternative (from the deprecation warning).
This MR fixes #6 (closed) by replacing the use of unittest.makeSuite
with the documented alternative (from the deprecation warning).