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

Unit tests don't pass for R5 #51

Open
mikix opened this issue Jul 12, 2024 · 0 comments
Open

Unit tests don't pass for R5 #51

mikix opened this issue Jul 12, 2024 · 0 comments

Comments

@mikix
Copy link
Contributor

mikix commented Jul 12, 2024

After generating models for R5, the unit tests don't pass. You get errors like:

  • Wrong type <class 'str'> for property "size" on <class 'models.attachment.Attachment'>, expecting <class 'models.integer64.Integer64'>
  • 'Non-optional property "attachment" on <models.documentreference.DocumentReferenceContent object at 0x7ca3eb277e60> is missing'
  • 'Non-optional property "content" on <models.documentreference.DocumentReference object at 0x7ca3eb274710> is missing'

It mostly works! 6 out of 533 fail. So a little more work to go. Once fixed, the tests should be turned on in the github CI.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant