Files
community.general/test/units
Adrian Likins a57d6a4206 Use pop in cb clean results (#33779)
* Fix _clean_result for debug callback with 1 char var names

The check in _clean_results was removing any keys that happened
to be one of the chars in ('invocation') instead of the string
'invocation'. This was meant to be a tuple but there was no comma
so the for iterated the string instead of the tuple.

Introduced in 9dba580204fcc7d95d4ca2ea2ae4ce23fe28c2ed

Update unit test to catch this.

Fixes #33723

* Use .pop() to remove invocation from results dict

In base callback _clean_results, simplify the way the
'invocation' item is removed.

Add some more unit tests.
2017-12-11 17:41:12 -05:00
..
2017-10-13 20:25:12 -04:00
2017-07-18 07:20:23 -04:00
2017-05-30 18:05:19 +01:00
2017-12-05 12:43:13 -08:00
2017-12-08 14:17:30 -08:00
2017-05-30 18:05:19 +01:00
2017-09-13 01:53:08 -07:00