I'm trying to add some unit tests for a tap and I ...
# singer-tap-development
e
I'm trying to add some unit tests for a tap and I learned about
stream.sync
(from https://github.com/AutoIDM/tap-googleads/blob/main/tap_googleads/tests/test_customer_not_found.py) but that call doesn't return anything. What is the typical best practice to add unit tests for taps?