Skip to main content

Provides utilities for testing Versatile Data Kit SDK plugins.

Project description

This plugin provides utility tools used for the testing of vdk-core and vdk-core plugins.

Usage

CliEntryBasedTestRunner

CliEntryBasedTestRunner provides an easy way to create unit or functional tests for your plugins in isolated environment. Similarly this can be used to unit tests data jobs.

For example , let's say we want to test newly developed AtlasLineagePlugin

db_plugin = AtlasLineagePlugin()
# we pass the plugin to the runner that will make sure to register it
runner = CliEntryBasedTestRunner(db_plugin)

# and then invoke the command we want to test -
# in this case data job run
result: Result = runner.invoke(
    [ "run", util_funcs.jobs_path_from_caller_directory("simple-create-insert") ]
)

cli_assert_equal(0, result)
assert 'expected_schema' in result.output

Testing plugins

Some useful plugins that can be used during testing can be seen in util_plugins.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

vdk-test-utils-0.1.414800992.tar.gz (4.5 kB view details)

Uploaded Source

File details

Details for the file vdk-test-utils-0.1.414800992.tar.gz.

File metadata

  • Download URL: vdk-test-utils-0.1.414800992.tar.gz
  • Upload date:
  • Size: 4.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.6.0 importlib_metadata/4.8.2 pkginfo/1.8.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.7.11

File hashes

Hashes for vdk-test-utils-0.1.414800992.tar.gz
Algorithm Hash digest
SHA256 48aa0cb03b71f26ccc18eb95a09f0ca1640bf3cf2f3f9da6cc54a8c8a63af3a1
MD5 8ad4087d944dd371c2935731eac902b2
BLAKE2b-256 5e7d41fd0d3c1bad36932dfd28695cd76fbfebee26b80ee384e73075ef43bc04

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page