Skip to content

Commit

Permalink
More deps updates
Browse files Browse the repository at this point in the history
  • Loading branch information
aaltat committed Oct 6, 2022
1 parent 4281e9d commit 2d972aa
Show file tree
Hide file tree
Showing 3 changed files with 183 additions and 81 deletions.
6 changes: 5 additions & 1 deletion atest/assertion_equal.robot
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
*** Settings ***
Library TestLibrary.py


*** Test Cases ***
Set Assertion Formatters
${formatters} = Get Keyword Formatters
Expand Down Expand Up @@ -73,4 +74,7 @@ Values Are Equal Fails When No assertion_expected
Values Are Equal Fails When Invalid assertion_operator
Run Keyword And Expect Error
... ValueError: Argument 'assertion_operator' got value 'This is wrong' that cannot be converted to AssertionOperator or None.
... Is Equal 1 assertion_operator=This is wrong assertion_expected=1
... Is Equal
... 1
... assertion_operator=This is wrong
... assertion_expected=1
Loading

0 comments on commit 2d972aa

Please sign in to comment.