- 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.
10 lines
243 B
INI
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
|