## Context We created cleaners for `clearpass_api` that fully clean an unused cookie, or fully clean an unused response body. ## Tasks - [ ] create a new file in our example cleaners folder - [ ] copy in `clean_cookie` from `conftest.py` in `clearpass_api` - [ ] copy in `clean_body` from `conftest.py` in `clearpass_api` - [ ] update README with example usage lines of Python (copied from `conftest.py`, including example use of `clean_if`)
Context
We created cleaners for
clearpass_apithat fully clean an unused cookie, or fully clean an unused response body.Tasks
clean_cookiefromconftest.pyinclearpass_apiclean_bodyfromconftest.pyinclearpass_apiconftest.py, including example use ofclean_if)