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

chore(test): test receiving known and unknown enums #1442

Draft
wants to merge 5 commits into
base: main
Choose a base branch
from

Conversation

vchudnov-g
Copy link
Contributor

This provides test for #1407

In a subsequent PR, it will be expanded to include compliance_suite testing.

This is based heavily on @atulep 's PR#1424

@vchudnov-g vchudnov-g requested review from a team as code owners September 9, 2022 21:36
@product-auto-label product-auto-label bot added the size: m Pull request size is medium. label Sep 9, 2022
@product-auto-label product-auto-label bot added size: s Pull request size is small. and removed size: m Pull request size is medium. labels Sep 9, 2022
Locally run nox showcase_unit-3.8, for example, and look for "FIXME" in the output. You'll see that the the test expects `info.f_kingdom=compliance.ComplianceData.LifeKingdom.ARCHAEBACTERIA' but the actual mock call returns `info.f_kingdom=LifeKingdom.ARCHAEBACTERIA'.

This blocks the CI from passing on this PR.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
size: s Pull request size is small.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant