bats-core / bats-assert

Common assertions for Bats
Creative Commons Zero v1.0 Universal
94 stars 39 forks source link

Add support for 'assert_not_equal'. #37

Closed jwheeler31 closed 2 years ago

jwheeler31 commented 2 years ago

This is essentially a copy/paste of assert_equal. However, unlike assert_equal, I think it's more correct to perform the equivalence test surrounding each operand in double quotes (see assert_equal.bash#35 vs assert_not_equal.bash#35).

This would also close #31 .

jwheeler31 commented 2 years ago

Bump

jwheeler31 commented 2 years ago

@martin-schulze-vireso First open source PR! 🍻