forked from ionelmc/pytest-benchmark
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.cookiecutterrc
39 lines (38 loc) · 1.26 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
37
38
39
# Generated by cookiepatcher, a small shim around cookiecutter (pip install cookiepatcher)
cookiecutter:
_template: cookiecutter-pylibrary
appveyor: yes
c_extension_function: longest
c_extension_module: _pytest_benchmark
c_extension_optional: no
c_extension_support: no
codacy: no
codeclimate: no
codecov: yes
command_line_interface: no
command_line_interface_bin_name: py.test-benchmark
coveralls: yes
distribution_name: pytest-benchmark
email: [email protected]
full_name: Ionel Cristian Mărieș
github_username: ionelmc
landscape: no
license: BSD 2-Clause License
linter: flake8
package_name: pytest_benchmark
project_name: pytest-benchmark
project_short_description: A ``py.test`` fixture for benchmarking code. It will group the tests into rounds that are calibrated to the chosen timer. See calibration_ and FAQ_.
release_date: '2017-07-26'
repo_name: pytest-benchmark
requiresio: yes
scrutinizer: no
sphinx_docs: yes
sphinx_doctest: no
sphinx_theme: sphinx-py3doc-enhanced-theme
test_matrix_configurator: no
test_matrix_separate_coverage: yes
test_runner: pytest
travis: yes
version: 3.1.1
website: http://blog.ionelmc.ro
year: 2014-2019