~neon/kross-interpreters/master

Viewing all changes in revision 711.

  • Committer: Pino Toscano
  • Date: 2019-02-08 21:23:36 UTC
  • Revision ID: git-v1:05b9267dc9da43d729467d26cb8319becceb46f5
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.

expand all expand all

Show diffs side-by-side

added added

removed removed

Lines of Context: