pytest-dev / pyfakefs

Provides a fake file system that mocks the Python file system modules.
https://pytest-pyfakefs.readthedocs.io
Apache License 2.0
651 stars 91 forks source link

Optimization: only analyze traceback if needed #1068

Closed mrbean-bremen closed 1 month ago

mrbean-bremen commented 1 month ago

Slightly improves the setup times (seen in performance tests).

Tasks