forked from pytest-dev/pytest-cov
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.cookiecutterrc
36 lines (35 loc) · 1.14 KB
/
.cookiecutterrc
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
# Generated by cookiepatcher, a small shim around cookiecutter (pip install cookiepatcher)
cookiecutter:
appveyor: 'yes'
c_extension_cython: 'no'
c_extension_optional: 'no'
c_extension_support: 'no'
codacy: 'yes'
codeclimate: 'yes'
codecov: 'no'
command_line_interface: 'no'
command_line_interface_bin_name: pytest-cov
coveralls: 'no'
distribution_name: pytest-cov
email: [email protected]
full_name: Ionel Cristian Mărieș
github_username: pytest-dev
landscape: 'yes'
package_name: pytest_cov
project_name: pytest-cov
project_short_description: This plugin produces coverage reports. It supports
centralised testing and distributed testing in both load and each modes. It
also supports coverage of subprocesses.
release_date: '2016-10-10'
repo_name: pytest-cov
requiresio: 'yes'
scrutinizer: 'yes'
sphinx_doctest: 'no'
sphinx_theme: sphinx-py3doc-enhanced-theme
test_matrix_configurator: 'no'
test_matrix_separate_coverage: 'no'
test_runner: pytest
travis: 'yes'
version: 2.4.0
website: http://blog.ionelmc.ro
year: now