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

DM-11539: Fix test for pytest and make flake8 clean #90

Merged
merged 5 commits into from
Aug 13, 2017
Merged

Commits on Aug 12, 2017

  1. Add required methods to dummy class

    The measurement plugins registered by test_ApCorrNameSet can affect
    the tests in test_PluginLogs.py because they were not set up as
    real plugins. To allow test_PluginLogs to run within the same
    process as test_ApCorrNameSet, we now add the fail() and
    getExecutionOrder() methods to allow them to adhere to the
    plugin contract.
    timj committed Aug 12, 2017
    Configuration menu
    Copy the full SHA
    610cd02 View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2017

  1. Flake8 fixes

    timj committed Aug 13, 2017
    Configuration menu
    Copy the full SHA
    60b1f66 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    25c99b0 View commit details
    Browse the repository at this point in the history
  3. Use assertFloatsNotEqual rather than assertNotClose

    assertNotClose() is now deprecated.
    timj committed Aug 13, 2017
    Configuration menu
    Copy the full SHA
    7bee51e View commit details
    Browse the repository at this point in the history
  4. Add pytest and flake8 configuration

    Explicitly ignore W503.
    
    Some files have E266 ignored explicitly because of doxygen markup.
    timj committed Aug 13, 2017
    Configuration menu
    Copy the full SHA
    f5c2ce4 View commit details
    Browse the repository at this point in the history