You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At the moment, each auth method (Service key path / service key contents / user) has a separate class with tested functions
I think we could make this much simpler and more flexible - have a pytest fixture that generates a GBQConnector, and use that in each function. Then we can test on whatever auth method is available (and set a minimum if preferred: #72)
Separately, there is a lot of setup & teardown code that could be simplified through fixtures. And some manual test_ids that could be automated through pytest
The text was updated successfully, but these errors were encountered:
At the moment, each auth method (Service key path / service key contents / user) has a separate class with tested functions
I think we could make this much simpler and more flexible - have a pytest fixture that generates a GBQConnector, and use that in each function. Then we can test on whatever auth method is available (and set a minimum if preferred: #72)
Separately, there is a lot of setup & teardown code that could be simplified through fixtures. And some manual
test_id
s that could be automated through pytestThe text was updated successfully, but these errors were encountered: