In #37 @risicle noticed after we had merged that a test was being overwritten by a test with the same name in the same file.
This PR fixes that issue; to make sure that similar things don't happen in future it also adds pyflakes to the test suite, which should catch this sort of thing.
In #37 @risicle noticed after we had merged that a test was being overwritten by a test with the same name in the same file.
This PR fixes that issue; to make sure that similar things don't happen in future it also adds pyflakes to the test suite, which should catch this sort of thing.