neutron-lib/releasenotes/notes/fix-warnfixture-c9457c50d0d5c5a7.yaml
Boden R b4ecdc9945 fix WarningsFixture for public consumption
The neutron.tests.tools was recently made public and along with it the
WarningsFixture. However the WarningsFixture as-is doesn't support
filtering warnings from other modules. This patch address that by
accepting an constructor arg to add other module regular expressions to
filter. It also moves WarningsFixture to the fixture module where it
seems to make the most sense.

For a sample consumption patch see:
https://review.openstack.org/#/c/651370/

Change-Id: I08c713916aef407ba108ed2c67c3e99892f5883a
2019-04-10 07:19:42 -06:00

5 lines
168 B
YAML

---
features:
- The ``WarningsFixture`` is now available in ``neutron_lib.fixture`` and
its constructor accepts additional module's to use with filterwarnings.