cheat sheets.

$ 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
Version 1, updated 419 days ago.
. o 0 ( edit | history )
( add new | see all )