Hi all, We have a couple taps we’ve developed with...
# singer-tap-development
a
Hi all, We have a couple taps we’ve developed with the SDK. Now we’re at the point that we want to write unit tests for each tap (building on top of
test_core.py
) and have these unit tests run during CI. My question: what is the best way to do this? Ideally, these would all run in the meltano-generated virtual environments so dependencies are clearly defined. Any thoughts?