软件包:python3-covdefaults(2.3.0-2)
python3-covdefaults 的相关链接
Debian 的资源:
下载源码包 python-covdefaults:
- [python-covdefaults_2.3.0-2.dsc]
- [python-covdefaults_2.3.0.orig.tar.gz]
- [python-covdefaults_2.3.0-2.debian.tar.xz]
维护小组:
外部的资源:
- 主页 [github.com]
相似软件包:
coverage plugin to provide sensible default settings
covdefaults provides a default setting for test coverage in Python projects, often used to measure how much of your program's code is exercised by automated tests.
The main purpose of "covdefaults" is to ease the initial setup of test coverage in Python projects by providing a default set of configuration options. With the package installed, you can run the covdefaults command on your project and it will automatically create or update a coverage configuration file called .coveragerc. With this file you can reduce the amount of work required to set up test coverage, allowing you to get started quickly.
其他与 python3-covdefaults 有关的软件包
|
|
|
|
-
- dep: python3
- interactive high-level object-oriented language (default python3 version)
-
- dep: python3-coverage
- code coverage tool for Python 3