Comment 14 for bug 1491888

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Related fix merged to cliff (master)

Reviewed: https://review.openstack.org/226965
Committed: https://git.openstack.org/cgit/openstack/cliff/commit/?id=e3a24897a7ab4205319eceadf4f8f5d1bc40af86
Submitter: Jenkins
Branch: master

commit e3a24897a7ab4205319eceadf4f8f5d1bc40af86
Author: Doug Hellmann <email address hidden>
Date: Wed Sep 23 19:46:08 2015 +0000

    Fix test class docstring for py 3.5

    Add a docstring to TestCommand so we get that one instead of inheriting
    the one from the base class. In previous versions the docstring was not
    inherited, but that has changed.

    Change-Id: I90c808836f4f7651df89734ace32dcf62a351525
    Related-bug: #1491888