Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make TasksApplication.gui expect an IGUI interface, not a GUI instance (
#301) * TST : Test that a TraitError is raised because the TasksApplication expects it's gui trait to be an instance of GUI object and not an object that supports the IGUI interface modified: envisage/ui/tasks/tests/test_tasks_application.py * FIX : Make TasksApplication.gui use Supports IGUI Not Instance GUI modified: envisage/ui/tasks/tasks_application.py modified: envisage/ui/tasks/tests/test_tasks_application.py * FIX : Readd removed unittest skip decorator and remove an unused import modified: envisage/ui/tasks/tests/test_tasks_application.py * CLN : Update test method name modified: envisage/ui/tasks/tests/test_tasks_application.py * REF : Use Instance, not Supports for gui trait
- Loading branch information