[ trixie ]
[ sid ]
[ 源代码: pytest-flake8-path ]
软件包:python3-pytest-flake8-path(1.6.0-1)
python3-pytest-flake8-path 的相关链接
Debian 的资源:
下载源码包 pytest-flake8-path:
- [pytest-flake8-path_1.6.0-1.dsc]
- [pytest-flake8-path_1.6.0.orig.tar.gz]
- [pytest-flake8-path_1.6.0-1.debian.tar.xz]
维护小组:
外部的资源:
- 主页 [github.com]
相似软件包:
pytest fixture for testing flake8 plugins (Python 3)
Provides a fixture that wraps Pytest's built-in tmp_path fixture, to create a temporary directory, allow adding files, and running flake8.
Pytest-flake8-path is the successor to pytest-flake8dir. Pytest-flake8dir was based upon pytest's tmpdir fixture, which returned a legacy py.path.local object. Since version 3.9.0, pytest has provided the tmp_path fixture, which returns a standard library pathlib.Path object. Pytest-flake8-path is a rewrite of pytest-flake8dir to use tmp_path instead of tmpdir.
This package installs the library for Python 3.
其他与 python3-pytest-flake8-path 有关的软件包
|
|
|
|
-
- dep: python3
- 交互式高级面向对象语言(默认 python3 版本)
-
- dep: python3-flake8
- code checker using pycodestyle and pyflakes - Python 3.x
-
- dep: python3-pytest
- Simple, powerful testing in Python3