Skip to content

Collected Code Tags⚓︎

Type Comment Last Edit Source File
PLANNED Provide CLI arguments like pytest-recording (request.config.getoption("--record-mode") or "none") for one-time changes to configuration 2021-11-02 docs/README.md:217
PLANNED Consider filters to prevent secrets from being cached: filter_headers=[['authorization', 'id'], ['authorization', 'cookies']] (Although, you should be using a pre-commit hook and formatting the dict before passing to to the cache) 2022-09-25 docs/README.md:218
TODO Add tips from Jest on best practices – treat snapshots as code, etc. 2022-09-25 docs/README.md:219
PLANNED Faster to LBYL or EAFP? 2022-09-22 pytest_cache_assert/_check_assert/serializer.py:109
TODO Add tests for additional types: st.binary(), etc. 2022-03-07 tests/test_main.py:164

Found code tags for TODO (2), PLANNED (3)


Last update: August 30, 2023
Created: October 29, 2021