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-7378: Updates for Pytest #33

Merged
merged 3 commits into from
Aug 25, 2016
Merged

DM-7378: Updates for Pytest #33

merged 3 commits into from
Aug 25, 2016

Commits on Aug 24, 2016

  1. Rename tests to comply with naming convention

    This commit renames tests in the obs_subaru package to be compliant
    with the LSST naming convention.
    AstroVPK committed Aug 24, 2016
    Configuration menu
    Copy the full SHA
    2dd9435 View commit details
    Browse the repository at this point in the history
  2. Clean tests with autopep8

    The tests in obs_subaru have been autopep8'd to make them compliant
    with the LSST PEP8 guidelines.
    AstroVPK committed Aug 24, 2016
    Configuration menu
    Copy the full SHA
    cb2ff32 View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2016

  1. Modernize and clean tests

    All the tests in obs_subaru have been cleaned to make them runnable
    under the py.test framework. The tests have also been purged of all
    deprecated usage of assert_, assertEquals, etc... The decorator to skip
    tests in testRepository has been replaced with the unittest provided
    skipIf decorator.
    AstroVPK committed Aug 25, 2016
    Configuration menu
    Copy the full SHA
    0f2f9ef View commit details
    Browse the repository at this point in the history