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()
Example #2
0
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()
Example #3
0
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()