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-7347: Pytest updates #10

Merged
merged 2 commits into from
Aug 23, 2016
Merged

DM-7347: Pytest updates #10

merged 2 commits into from
Aug 23, 2016

Commits on Aug 23, 2016

  1. Rename tests to comply with naming convention

    Tests that had been named in conflict with teh test naming convention
    have been renamed to be in compliance. The gitignore has been updated
    to ignore the doc/xml folder.
    AstroVPK committed Aug 23, 2016
    Configuration menu
    Copy the full SHA
    41cc499 View commit details
    Browse the repository at this point in the history
  2. Modernize & clean up the tests

    The tests in meas_deblender have been modernized to be runnable under
    the py.test framework and have been autoformatted using autopep8 to
    be compliant with the LSST PEP8 framework. All usage of depracted
    assertions has been updated.
    AstroVPK committed Aug 23, 2016
    Configuration menu
    Copy the full SHA
    8113c2a View commit details
    Browse the repository at this point in the history