Skip to content

Update examples

Choose a tag to compare

@mdmintz mdmintz released this 06 Feb 07:06
· 7426 commits to master since this release
a7e8bd0

Mostly updating example tests to use a non-camelCase format for assertions.

  • self.assert_true() can now be used in place of self.assertTrue()
  • self.assert_equal() can now be used in place of self.assertEqual()