Summary
The two test cases, StudioTestCase and BaseTestCase, share a lot of functionality. See if we can consolidate them into one class so that there is no confusion as to which is the better choice.
Category
ENHANCEMENT
Real-life consequences (anything community should be aware of, for instance how it affects end users)
People gonna be like "which one of these should I use?" when starting to write tests. :)
Summary
The two test cases, StudioTestCase and BaseTestCase, share a lot of functionality. See if we can consolidate them into one class so that there is no confusion as to which is the better choice.
Category
ENHANCEMENT
Real-life consequences (anything community should be aware of, for instance how it affects end users)
People gonna be like "which one of these should I use?" when starting to write tests. :)