flake8
passed.
JSHint
passed.
Review Request #10494 — Created April 2, 2019 and submitted
This introduces assertion methods for unit tests that checks if some
code either emits a warning (assertWarns), or emits no warnings
(assertNoWarnings). This simplifies the work that's normally needed
(usingwarnings.catch_warnings()) to make basic warning testing
simple. It's mostly a port of Review Board'sassert_warns.
Used this in other unit tests, which passed.
| Summary | ID |
|---|---|
| 476ed0a992a5e00262ba272ea98f2ce32e91417b |