dbt-labs / hubcap

This app adds modules to the hubsite at hub.getdbt.com
13 stars 100 forks source link

Be able to import classes and functions for testing #235

Closed dbeatty10 closed 1 year ago

dbeatty10 commented 1 year ago

Currently, pytest tests/test_version_regex.py files can't successfully import all modules from the hubcap project. This creates barriers to creating unit tests for new or existing functionality. Most importantly, it creates a barrier for testing specific bugs that we want to fix!