Ask a question to get started
Enter to send•Shift+Enter new line
Create a _Matcher instance for making assertions on the given value.
_Matcher
value( self, value: Any, ) -> _Matcher
Example:
expect.value(10).to_be_less_than(20)
value
Any
The value to make assertions on.