- Notifications
You must be signed in to change notification settings - Fork 4.9k
Closed
Labels
area/connectorsConnector related issuesConnector related issuesteam/connectors-pythontest-strictness-leveltype/enhancementNew feature or requestNew feature or request
Description
What
A test_strictness_level field was introduced to Source Acceptance Tests (SAT).
Notion is a generally_available connector, we want it to have a high test strictness level.
This will help:
- maximize the SAT coverage on this connector.
- document its potential weaknesses in term of test coverage.
How
- Migrate the existing
acceptance-test-config.ymlfile to the latest configuration format. (See instructions here) - Enable
hightest strictness level inacceptance-test-config.yml. (See instructions here) - Commit changes on
acceptance-test-config.ymland open a PR. - Run SAT with the
/testcommand on the branch. - If tests are failing please fix the failing test or use
bypass_reasonfields to explain why a specific test can't be run.
Metadata
Metadata
Assignees
Labels
area/connectorsConnector related issuesConnector related issuesteam/connectors-pythontest-strictness-leveltype/enhancementNew feature or requestNew feature or request