Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add @markers.aws.unknown to unmarked tests #8854

Merged
merged 4 commits into from Aug 8, 2023

Conversation

dominikschubert
Copy link
Member

@dominikschubert dominikschubert commented Aug 8, 2023

Motivation

We want to start enforcing each test being marked with one of the @markers.aws.* pytest markers. As a sort of "todo"-marker the @markers.aws.unknown marker is added for all tests that so far didn't have either aws_validated or only_localstack markers

Changes

  • Marks each test case that doesn't already have an markers.aws.* pytest marker with @markers.aws.unknown

TODO

  • Identify places where classes have markers assigned
  • Identify places where a module has a marker assigned via pytestmark

Future work

  • Assign @markers.aws.validated to any tests that currently have a snapshot

@dominikschubert dominikschubert self-assigned this Aug 8, 2023
@dominikschubert dominikschubert added the semver: patch Non-breaking changes which can be included in patch releases label Aug 8, 2023
Copy link
Member

@viren-nadkarni viren-nadkarni left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@coveralls
Copy link

Coverage Status

coverage: 81.827% (+0.02%) from 81.812% when pulling 86ab46f on mark-unmarked-aws-tests into e9d6bf3 on master.

@github-actions
Copy link

github-actions bot commented Aug 8, 2023

LocalStack Community integration with Pro

       2 files         2 suites   1h 21m 57s ⏱️
2 039 tests 1 654 ✔️ 385 💤 0
2 040 runs  1 654 ✔️ 386 💤 0

Results for commit 86ab46f.

@dominikschubert dominikschubert merged commit 3fae602 into master Aug 8, 2023
27 checks passed
@dominikschubert dominikschubert deleted the mark-unmarked-aws-tests branch August 8, 2023 12:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
semver: patch Non-breaking changes which can be included in patch releases
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants