Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make TasksApplication.gui expect an IGUI interface, not a GUI instance #301

Merged
merged 5 commits into from
Sep 1, 2020

Commits on Aug 28, 2020

  1. 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
    Sai Rahul Poruri committed Aug 28, 2020
    Configuration menu
    Copy the full SHA
    9569428 View commit details
    Browse the repository at this point in the history
  2. 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
    Sai Rahul Poruri committed Aug 28, 2020
    Configuration menu
    Copy the full SHA
    081a27c View commit details
    Browse the repository at this point in the history
  3. FIX : Readd removed unittest skip decorator

    and remove an unused import
    
    	modified:   envisage/ui/tasks/tests/test_tasks_application.py
    Sai Rahul Poruri committed Aug 28, 2020
    Configuration menu
    Copy the full SHA
    7f7af88 View commit details
    Browse the repository at this point in the history
  4. CLN : Update test method name

    	modified:   envisage/ui/tasks/tests/test_tasks_application.py
    Sai Rahul Poruri committed Aug 28, 2020
    Configuration menu
    Copy the full SHA
    35785bf View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2020

  1. REF : Use Instance, not Supports for gui trait

    Poruri Sai Rahul authored Sep 1, 2020
    Configuration menu
    Copy the full SHA
    2486fed View commit details
    Browse the repository at this point in the history