File tree Expand file tree Collapse file tree
plotsense/visual_suggestion Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -84,8 +84,7 @@ def _validate_keys(self):
8484 link = service_links .get (
8585 service , f"the { service .upper ()} website" )
8686 message = (
87- f"Enter {
88- service .upper ()} API key (get it at { link } ): " )
87+ f"Enter { service .upper ()} API key (get it at { link } ): " )
8988 self .api_keys [service ] = builtins .input (
9089 message ).strip ()
9190 if not self .api_keys [service ]:
Original file line number Diff line number Diff line change @@ -26,12 +26,10 @@ addopts =
2626 --strict-config
2727 # Show warnings
2828 -W default
29- # Coverage options (when --cov is used)
30- --cov-report =term-missing:skip-covered
31- --cov-report =html
32- --cov-branch
3329 # Performance
3430 --durations =10
31+ # Note: Coverage options removed from default addopts
32+ # To run with coverage: pytest --cov=plotsense --cov-report=term-missing --cov-report=html --cov-branch
3533
3634# Markers for organizing tests
3735markers =
You can’t perform that action at this time.
0 commit comments