pytest-datadir:pytest插件,用于处理测试数据目录和文件

时间:2024-02-26 20:05:59
【文件属性】:

文件名称:pytest-datadir:pytest插件,用于处理测试数据目录和文件

文件大小:19KB

文件格式:ZIP

更新时间:2024-02-26 20:05:59

python plugin testing tdd pytest

pytest-datadir pytest插件,用于处理测试数据目录和文件。 用法 pytest-datadir将查找包含模块名称或全局“数据”文件夹的目录。 假设您有一个这样的结构: . ├── data/ │   └── hello.txt ├── test_hello/ │   └── spam.txt └── test_hello.py 您可以使用注入的变量datadir (对于test_文件夹)或shared_datadir (对于数据文件夹)访问这些文件的内容: def test_read_global ( shared_datadir ): contents = (


【文件预览】:
pytest-datadir-master
----MANIFEST.in(34B)
----AUTHORS(114B)
----CHANGELOG.rst(970B)
----src()
--------pytest_datadir()
----.travis.yml(1KB)
----tox.ini(83B)
----LICENSE(1KB)
----setup.cfg(27B)
----setup.py(2KB)
----README.md(2KB)
----appveyor.yml(220B)
----tests()
--------test_pathlib.py(363B)
--------test_hello()
--------test_hello.py(2KB)
--------data()
--------test_nonexistent.py(92B)
----.gitignore(759B)

网友评论