def test_standard_tap_tests(): """Run standard tap tests from the SDK.""" tests = get_standard_tap_tests( TapPowerBIMetadata, config=SAMPLE_CONFIG, ) for test in tests: test()
def test_standard_tap_tests(): """Run standard tap tests from the SDK.""" tests = get_standard_tap_tests(TapClockify, config=SAMPLE_CONFIG) for test in tests: test()
def test_standard_tap_tests(): """Run standard tap tests from the SDK.""" tests = get_standard_tap_tests(TapImmuta, config=INTEGRATION_CONFIG) for test in tests: test()