Automatically run tests via GitHub Actions when pushed to origin, on PR, or manually (if desired). This PR closes #39 and saves us from having to run tests locally.
Changes:
Set default values for consumer so tests can load settings
Moved loading of dotenv in consumer to when settings are invoked
Added default values for database on data_transfer
Note: I had to modify BTF tests because they depend on internals of the library. Imo, this should ideally be refactored in another PR.
Automatically run tests via GitHub Actions when pushed to origin, on PR, or manually (if desired). This PR closes #39 and saves us from having to run tests locally.
Changes:
data_transfer
Note: I had to modify BTF tests because they depend on internals of the library. Imo, this should ideally be refactored in another PR.
Testing