This repository has been archived on 2023-02-09. You can view files and clone it, but cannot push or open issues or pull requests.
Files
blender-benchmark-bundle/setup.cfg
Sybren A. Stüvel 4726ee0c9c Produce benchmark JSON schema v2
- No more '(Display)' strings in the GPU names, but store devices as
  `{'name': name, 'type': 'CPU/CUDA/OPENCL', 'is_display': bool}`
- Introduces testing with py.test & pipenv. The test suite is far from
  complete, though.
2018-08-28 12:11:01 +02:00

10 lines
243 B
INI

[pycodestyle]
max-line-length = 120
[tool:pytest]
addopts = -v
--ignore bundle --ignore .git --ignore .cache --ignore config
--cov benchmark
--cov-report term-missing
python_files = tests.py test_*.py *_tests.py