|
1 | 1 | # Generated by cookiepatcher, a small shim around cookiecutter (pip install cookiepatcher) |
2 | 2 |
|
3 | 3 | cookiecutter: |
4 | | - appveyor: 'yes' |
5 | | - c_extension_cython: 'no' |
6 | | - c_extension_optional: 'no' |
7 | | - c_extension_support: 'no' |
8 | | - codacy: 'yes' |
9 | | - codeclimate: 'yes' |
10 | | - codecov: 'no' |
11 | | - command_line_interface: 'no' |
12 | | - command_line_interface_bin_name: pytest-cov |
13 | | - coveralls: 'no' |
| 4 | + _extensions: |
| 5 | + - jinja2_time.TimeExtension |
| 6 | + _template: /home/ionel/open-source/cookiecutter-pylibrary |
| 7 | + allow_tests_inside_package: no |
| 8 | + appveyor: yes |
| 9 | + c_extension_function: '-' |
| 10 | + c_extension_module: '-' |
| 11 | + c_extension_optional: no |
| 12 | + c_extension_support: no |
| 13 | + c_extension_test_pypi: no |
| 14 | + c_extension_test_pypi_username: '-' |
| 15 | + codacy: no |
| 16 | + codacy_projectid: '[Get ID from https://app.codacy.com/app/ionelmc/pytest-cov/settings]' |
| 17 | + codeclimate: no |
| 18 | + codecov: no |
| 19 | + command_line_interface: no |
| 20 | + command_line_interface_bin_name: '-' |
| 21 | + coveralls: no |
| 22 | + coveralls_token: '[Required for Appveyor, take it from https://coveralls.io/github/ionelmc/pytest-cov]' |
14 | 23 | distribution_name: pytest-cov |
15 | 24 | email: contact@ionelmc.ro |
16 | 25 | full_name: Ionel Cristian Mărieș |
17 | | - github_username: pytest-dev |
18 | | - landscape: 'yes' |
| 26 | + landscape: no |
| 27 | + license: MIT license |
| 28 | + linter: flake8 |
19 | 29 | package_name: pytest_cov |
| 30 | + pre_commit: yes |
20 | 31 | project_name: pytest-cov |
21 | | - project_short_description: This plugin produces coverage reports. It supports |
22 | | - centralised testing and distributed testing in both load and each modes. It |
23 | | - also supports coverage of subprocesses. |
24 | | - release_date: '2016-10-10' |
| 32 | + 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. |
| 33 | + pypi_badge: yes |
| 34 | + pypi_disable_upload: no |
| 35 | + release_date: '2020-06-12' |
| 36 | + repo_hosting: github.com |
| 37 | + repo_hosting_domain: github.com |
25 | 38 | repo_name: pytest-cov |
26 | | - requiresio: 'yes' |
27 | | - scrutinizer: 'yes' |
28 | | - sphinx_doctest: 'no' |
| 39 | + repo_username: pytest-dev |
| 40 | + requiresio: yes |
| 41 | + scrutinizer: no |
| 42 | + setup_py_uses_setuptools_scm: no |
| 43 | + setup_py_uses_test_runner: no |
| 44 | + sphinx_docs: yes |
| 45 | + sphinx_docs_hosting: https://pytest-cov.readthedocs.io/ |
| 46 | + sphinx_doctest: no |
29 | 47 | sphinx_theme: sphinx-py3doc-enhanced-theme |
30 | | - test_matrix_configurator: 'no' |
31 | | - test_matrix_separate_coverage: 'no' |
| 48 | + test_matrix_configurator: no |
| 49 | + test_matrix_separate_coverage: no |
32 | 50 | test_runner: pytest |
33 | | - travis: 'yes' |
34 | | - version: 2.4.0 |
| 51 | + travis: yes |
| 52 | + travis_osx: no |
| 53 | + version: 2.10.0 |
35 | 54 | website: http://blog.ionelmc.ro |
36 | | - year: now |
| 55 | + year_from: '2010' |
| 56 | + year_to: '2020' |
0 commit comments