Skip to content
Commit 05b9267d authored by Pino Toscano's avatar Pino Toscano
Browse files

python: modernize usage of assert_()

Switch away from the deprecated assert_(), using the more appropriate
versions: assertTrue(), assertEqual(), assertNotEqual(), and assertIn().
Because of this, split a few 'cond1 and cond2' asserts into multiple
checks.

While doing all the changes, try to not exceed 80 columns.
parent 73104079
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment