每次我从终端运行pytest
时,它都会创建两个目录.hypothesis
和.pytest_cache
。
我尝试遵循另一个建议使用的线程:
pytest -p no:cacheprovider
但是我收到此错误:
AttributeError: 'Config' object has no attribute 'cache'
是否有一种方法可以永久阻止pytest
创建这些缓存目录(但设置某种全局配置),则OS使pytest
仅将缓存存储在给定位置(例如{{ 1}})?
OS:Linux Ubuntu 18.04 Python 3.7 pytest版本3.10.0