2024-04-09 20:04:31 +00:00
|
|
|
[flake8]
|
|
|
|
|
exclude = squashfs-root
|
|
|
|
|
|
2023-11-24 22:04:33 +00:00
|
|
|
[coverage:run]
|
|
|
|
|
source = beeref
|
|
|
|
|
|
|
|
|
|
[tool:pytest]
|
2024-04-09 20:04:31 +00:00
|
|
|
norecursedirs = squashfs-root
|
2023-11-24 22:04:33 +00:00
|
|
|
addopts = --cov-report html --cov-config=setup.cfg
|