dbt-labs / dbt-adapter-tests

a pytest plugin for dbt adapter test suites
19 stars 11 forks source link

Fix attribute value check #34

Open adamtwo opened 2 years ago

adamtwo commented 2 years ago

Hi dbt team,

I tried using dbt-adapter-tests to validate dbt test results. No matter what combination of attribute names and status values I used, my tests were always passing. I think dbt-adapter-tests is missing logic to compare the expected status with the actual one. This PR contains this logic.