flake8
passed.
JSHint
passed.
Review Request #11028 — Created May 16, 2020 and submitted
KGB 5.0 introduced new assertion methods in
SpyAgency
, which only
worked if mixing into aTestCase
. This change improves upon this by
making these work even for a standaloneSpyAgency
, causing them to
just raise a standardAssertionError
.While consumers are unlikely to call these methods when not mixed into a
TestCase
, an upcoming change will make use of these for some
sanity-checks.There are also fixes for showing kwargs. Keys are now converted to
native strings, and are sorted. This helps with some unit test
discrepencies.
Unit tests passed.
Made use of this capability in an in-development change.
Summary | ID |
---|---|
5f8bcf49d7ffb6f2c3415cb09ea6e4bd94e3b871 |