Skip to content

Commit

Permalink
Fix docs
Browse files Browse the repository at this point in the history
  • Loading branch information
aaltat committed Aug 19, 2023
1 parent 56a9c9b commit ef8bf74
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions assertionengine/assertion_engine.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@
| = Formatter = | = Description = |
| ``normalize spaces`` | Substitutes multiple spaces to single space from the value |
| ``strip`` | Removes spaces from the beginning and end of the value |
| ``case insensitive`` | Converts value to lower case before comparing |
| ``apply to expected`` | Applies rules also for the expected value |
Formatters are applied to the value before assertion is performed and keywords returns a value where rule is
Expand Down

0 comments on commit ef8bf74

Please sign in to comment.