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

Reveal and fix a masked test #1671

Merged
merged 3 commits into from
Jul 25, 2022
Merged

Reveal and fix a masked test #1671

merged 3 commits into from
Jul 25, 2022

Commits on Jul 17, 2022

  1. DEV: Reveal a masked test method

    the test method started with an underscore which is why unittest wasnt
    discovering it
    
    	modified:   traits/etsconfig/tests/test_etsconfig.py
    Poruri Sai Rahul committed Jul 17, 2022
    Configuration menu
    Copy the full SHA
    4eb8339 View commit details
    Browse the repository at this point in the history
  2. FIX: Update the app_name and get the test passing

    we are making a strong assumption here that the tests are being run
    using unittest
    
    	modified:   traits/etsconfig/tests/test_etsconfig.py
    Poruri Sai Rahul committed Jul 17, 2022
    Configuration menu
    Copy the full SHA
    a777d6a View commit details
    Browse the repository at this point in the history
  3. CLN: Remove the now unnecessary dundername/dundermain clause

    	modified:   traits/etsconfig/tests/test_etsconfig.py
    Poruri Sai Rahul committed Jul 17, 2022
    Configuration menu
    Copy the full SHA
    3ceb025 View commit details
    Browse the repository at this point in the history