Update examples
Mostly updating example tests to use a non-camelCase format for assertions.
self.assert_true()
can now be used in place ofself.assertTrue()
self.assert_equal()
can now be used in place ofself.assertEqual()
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()