Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Functional tests #162

Open
Tracked by #260
jtcohen6 opened this issue Sep 21, 2022 · 0 comments
Open
Tracked by #260

Functional tests #162

jtcohen6 opened this issue Sep 21, 2022 · 0 comments

Comments

@jtcohen6
Copy link
Collaborator

Describe the feature

Convert "integration tests" project to use new functional testing paradigm, based on pytest: https://docs.getdbt.com/docs/contributing/adapter-development/4-testing-a-new-adapter#testing-your-adapter

Among other reasons, this would make it easier to:

  • Run narrower, more modular tests
  • Validate the syntax of create external table statements (by introspecting logs), even if we don't have the appropriate infrastructure set up to test every single feature
  • Catch and validate the exceptions being raised

Describe alternatives you've considered

Leaving tests as they are

Additional context

Examples in other packages:

Who will this benefit?

Contributors & maintainers of this package

@dataders dataders mentioned this issue Mar 8, 2024
@dataders dataders added this to the Upgrade CI 2.0 milestone Apr 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants