]> Nutra Git (v1) - nutratech/cli.git/commitdiff
update setfup.cfg from a while ago
authorShane Jaroch <chown_tee@proton.me>
Fri, 26 Dec 2025 12:45:34 +0000 (07:45 -0500)
committerShane Jaroch <chown_tee@proton.me>
Fri, 26 Dec 2025 12:45:34 +0000 (07:45 -0500)
setup.cfg

index 377db12d01df7bdd410e8cb07c589e9b9147d4e3..fb8bbc160cbf87416a59968a87dc3b5415352db0 100644 (file)
--- a/setup.cfg
+++ b/setup.cfg
@@ -5,14 +5,14 @@ testpaths =
 
 [coverage:run]
 # See: https://coverage.readthedocs.io/en/7.2.2/config.html#run
-command_line = -m pytest
+command_line = -m pytest -svv
 source = ntclient
 
 [coverage:report]
 fail_under = 90.00
 precision = 2
 
-show_missing = True
+show_missing = True
 skip_empty = True
 skip_covered = True