test: rename cloud_only marker as access_tokens#32
Conversation
cloud_only test marker as access_tokenscloud_only marker as access_tokens
Greptile SummaryThis PR renames the Confidence Score: 5/5Safe to merge — pure marker rename with intentional, low-risk behavioural change for one test. All findings are P2 or lower. The rename is consistent across pytest.ini, the CI workflow, and all test annotations. The removal of the marker from No files require special attention. Important Files Changed
Flowchart%%{init: {'theme': 'neutral'}}%%
flowchart TD
A[pytest test run] --> B{Marker filter}
B --> C["local-checks\nnot (account or basin or stream or metrics)"]
B --> D["s2-cloud integration\naccount or basin or stream or metrics"]
B --> E["s2-lite integration\n(account or basin or stream) and not access_tokens"]
C --> F[Unit tests only]
D --> G[All account/basin/stream/metrics tests\nincl. access_tokens tests]
E --> H[Account/basin/stream tests\nexcl. access_tokens tests]
style G fill:#d4edda
style H fill:#fff3cd
Reviews (1): Last reviewed commit: "initial commit" | Re-trigger Greptile |
122b20f to
3a036a8
Compare
No description provided.