Comment 2 for bug 1563717

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to watcher (master)

Reviewed: https://review.openstack.org/299565
Committed: https://git.openstack.org/cgit/openstack/watcher/commit/?id=8387cd10de998e046f960a221a51a4ce60f92453
Submitter: Jenkins
Branch: master

commit 8387cd10de998e046f960a221a51a4ce60f92453
Author: Larry Rensing <email address hidden>
Date: Wed Mar 30 17:59:23 2016 +0000

    Update .coveragerc to ignore abstract methods

    Due to importing modules rather than functions and decorators directly,
    @abc.abstract and 'raise NotImplementedError' were added to the
    .coveragerc file. Since abstract methods are not testable, this will
    give us a more accurate representation of our coverage.

    Change-Id: Id5ed5e1f5e142d10f41ad18d20228399226ec20d
    Co-Authored-By: Jin Li <email address hidden>
    Closes-Bug: #1563717