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.2.824443273.tar.gz (7.3 kB view details)

Uploaded Source

File details

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

File metadata

File hashes

Hashes for vdk-test-utils-0.2.824443273.tar.gz
Algorithm Hash digest
SHA256 6d47e9202a2e3e5c66854e9b0e2871982c80d5bfa1bc8f6fab993b23cc3d0f0b
MD5 a96d9cbe4154647e94cd106f6542211d
BLAKE2b-256 6a10825a9481a7e7f986d2b3aea8195a50a11a61d0d856a6d80d419e6d4a749b

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