Closed marks closed 11 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Comparison is base (
5b30630
) 99.60% compared to head (27a8100
) 99.60%.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
BTW - maintainers - is there documentation for running integration tests locally? I was able to figure out what I needed to create in Airtable in tests/integration/conftest.py and related tests, but just curious if I had missed something
Thanks for adding this, @marks! Right now the repo requires all commits to be signed; so that you get credit for the PR, could you enable signed commits and rebase your branch?
We do not have any documentation for the integration tests; that's a todo I never got around to. They should work out-of-the-box with creator privileges on the test base, and I just sent you an invite for that. However, the non-integration test suite should still provide as close to 100% test coverage as possible.
Ah, thank you @mesozoic !
All commits for this branch/PR should be signed/verified now.
As requested and discussed in #307 , this adds support for setting
return_fields_by_field_id
onTable.update()
calls.The Airtable API began supporting this on 10/3/2023.