Changed the inheritance hierarchy: 1. Renamed `SystemTestsMixin` to `SystemTestCase` 2. `SystemTestCase` is a child of `QubesTestCase` 3. All classes extending the prior `SystemTestsMixin` now just extend `object`
fixes QubesOS/qubes-issues#2074