theodox / mGui

Python module for cleaner maya GUI layout syntax
MIT License
123 stars 23 forks source link

Test API fix #104

Closed bob-white closed 6 years ago

bob-white commented 6 years ago

One of the test cases was defined asa function, not a class

One of the tests was checking for an item that is not defined in __all__, so isn't currently imported when doing import *.

Wasn't sure if that test should be removed, so I've left it commented out for now.