|
1 |
| -# This file exists so you can easily regenerate your project. |
2 |
| -# |
3 |
| -# `cookiepatcher` is a convenient shim around `cookiecutter` |
4 |
| -# for regenerating projects (it will generate a .cookiecutterrc |
5 |
| -# automatically for any template). To use it: |
6 |
| -# |
7 |
| -# pip install cookiepatcher |
8 |
| -# cookiepatcher gh:ionelmc/cookiecutter-pylibrary pytest-benchmark |
9 |
| -# |
10 |
| -# See: |
11 |
| -# https://pypi.org/project/cookiepatcher |
12 |
| -# |
13 |
| -# Alternatively, you can run: |
14 |
| -# |
15 |
| -# cookiecutter --overwrite-if-exists --config-file=pytest-benchmark/.cookiecutterrc gh:ionelmc/cookiecutter-pylibrary |
| 1 | +# Generated by cookiepatcher, a small shim around cookiecutter (pip install cookiepatcher) |
16 | 2 |
|
17 | 3 | default_context:
|
18 |
| - |
19 |
| - _extensions: ['jinja2_time.TimeExtension'] |
20 |
| - _template: 'https://github.com/ionelmc/cookiecutter-pylibrary' |
21 |
| - allow_tests_inside_package: 'no' |
22 |
| - appveyor: 'yes' |
23 |
| - c_extension_function: '-' |
24 |
| - c_extension_module: '-' |
25 |
| - c_extension_optional: 'no' |
26 |
| - c_extension_support: 'no' |
27 |
| - c_extension_test_pypi: 'no' |
| 4 | + allow_tests_inside_package: no |
| 5 | + appveyor: yes |
| 6 | + c_extension_function: '-' |
| 7 | + c_extension_module: '-' |
| 8 | + c_extension_optional: no |
| 9 | + c_extension_support: no |
| 10 | + c_extension_test_pypi: no |
28 | 11 | c_extension_test_pypi_username: '-'
|
29 |
| - codacy: 'no' |
30 |
| - codacy_projectid: '[Get ID from https://app.codacy.com/app/ionelmc/pytest-benchmark/settings]' |
31 |
| - codeclimate: 'no' |
32 |
| - codecov: 'yes' |
33 |
| - command_line_interface: 'argparse' |
34 |
| - command_line_interface_bin_name: 'py.test-benchmark' |
35 |
| - coveralls: 'yes' |
36 |
| - coveralls_token: 'GvSJKUlHuUxUg43UwNngqvKlJpVKCPMHj' |
37 |
| - distribution_name: 'pytest-benchmark' |
38 |
| - |
39 |
| - full_name: 'Ionel Cristian Mărieș' |
40 |
| - landscape: 'no' |
41 |
| - license: 'BSD 2-Clause License' |
42 |
| - linter: 'flake8' |
43 |
| - package_name: 'pytest_benchmark' |
44 |
| - pre_commit: 'yes' |
45 |
| - project_name: 'pytest-benchmark' |
46 |
| - project_short_description: 'A ``pytest`` fixture for benchmarking code. It will group the tests into rounds that are calibrated to the chosen timer.' |
47 |
| - pypi_badge: 'yes' |
48 |
| - pypi_disable_upload: 'no' |
49 |
| - release_date: '2020-01-10' |
50 |
| - repo_hosting: 'github.com' |
51 |
| - repo_hosting_domain: 'github.com' |
52 |
| - repo_name: 'pytest-benchmark' |
53 |
| - repo_username: 'ionelmc' |
54 |
| - requiresio: 'yes' |
55 |
| - scrutinizer: 'no' |
56 |
| - setup_py_uses_setuptools_scm: 'no' |
57 |
| - setup_py_uses_test_runner: 'no' |
58 |
| - sphinx_docs: 'yes' |
59 |
| - sphinx_docs_hosting: 'https://pytest-benchmark.readthedocs.io/' |
60 |
| - sphinx_doctest: 'no' |
61 |
| - sphinx_theme: 'sphinx-py3doc-enhanced-theme' |
62 |
| - test_matrix_configurator: 'no' |
63 |
| - test_matrix_separate_coverage: 'yes' |
64 |
| - test_runner: 'pytest' |
65 |
| - travis: 'yes' |
66 |
| - travis_osx: 'no' |
67 |
| - version: '3.2.3' |
68 |
| - website: 'http://blog.ionelmc.ro' |
69 |
| - year_from: '2014' |
70 |
| - year_to: '2020' |
| 12 | + codacy: no |
| 13 | + codacy_projectid: '[Get ID from https://app.codacy.com/app/ionelmc/pytest-benchmark/settings]' |
| 14 | + codeclimate: no |
| 15 | + codecov: yes |
| 16 | + command_line_interface: argparse |
| 17 | + command_line_interface_bin_name: py.test-benchmark |
| 18 | + coveralls: yes |
| 19 | + coveralls_token: GvSJKUlHuUxUg43UwNngqvKlJpVKCPMHj |
| 20 | + distribution_name: pytest-benchmark |
| 21 | + |
| 22 | + full_name: Ionel Cristian Mărieș |
| 23 | + legacy_python: yes |
| 24 | + license: BSD 2-Clause License |
| 25 | + linter: flake8 |
| 26 | + package_name: pytest_benchmark |
| 27 | + pre_commit: yes |
| 28 | + project_name: pytest-benchmark |
| 29 | + project_short_description: A ``pytest`` fixture for benchmarking code. It will group the tests into rounds that are calibrated to the chosen timer. |
| 30 | + pypi_badge: yes |
| 31 | + pypi_disable_upload: no |
| 32 | + release_date: '2020-01-10' |
| 33 | + repo_hosting: github.com |
| 34 | + repo_hosting_domain: github.com |
| 35 | + repo_name: pytest-benchmark |
| 36 | + repo_username: ionelmc |
| 37 | + requiresio: yes |
| 38 | + scrutinizer: no |
| 39 | + setup_py_uses_setuptools_scm: no |
| 40 | + setup_py_uses_test_runner: no |
| 41 | + sphinx_docs: yes |
| 42 | + sphinx_docs_hosting: https://pytest-benchmark.readthedocs.io/ |
| 43 | + sphinx_doctest: no |
| 44 | + sphinx_theme: sphinx-py3doc-enhanced-theme |
| 45 | + test_matrix_configurator: no |
| 46 | + test_matrix_separate_coverage: yes |
| 47 | + test_runner: pytest |
| 48 | + travis: yes |
| 49 | + travis_osx: no |
| 50 | + version: 3.2.3 |
| 51 | + website: http://blog.ionelmc.ro |
| 52 | + year_from: '2014' |
| 53 | + year_to: '2021' |
0 commit comments