We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ab8dec commit 1629defCopy full SHA for 1629def
setup.cfg
@@ -68,3 +68,7 @@ include_trailing_comma = True
68
force_grid_wrap = 0
69
use_parentheses = True
70
line_length = 88
71
+
72
+[tool:pytest]
73
+testpaths = tests
74
+addopts = --cov=bio2zarr --cov-report term-missing
0 commit comments