Marcin Kozak

Results 43 issues of Marcin Kozak

You can use `check_length()` to compare an object's length in various ways. Currently, it's done using `expected_length` argument. However, you can use any operator, like `operator.ne`, in which case you're...

Currently, all tests pass, but some warnings are issued. They should be caught instead so that the output from `pytest` is green, not green-yellow.

Add a function that checks the current memory of the session. If it exceeds the boundary limit, it either raises an exception (e.g., `ExceededSessionMemoryError`) or issues a warning (e.g., `ExceededSessionMemoryWarning`),...