# 'cheat assertions' for the rest assert_not_equal(expected, actual, message="") Passes if expected != actual Example: assert_not_equal 'some string', 5
cheat sheets.
$ cheat assert_not_equal$ cheat assert_not_equal# 'cheat assertions' for the rest assert_not_equal(expected, actual, message="") Passes if expected != actual Example: assert_not_equal 'some string', 5