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
With a local athena equivalent db available, we should be able to use it instead of mocked pyathena cursors, which would be a better test of actual behavior (although we will catch that with regression tests).
We should make a fixture to handle spinup/teardown, and then use that fixture in each test that currently uses a mocked DB curosr.
The text was updated successfully, but these errors were encountered:
With a local athena equivalent db available, we should be able to use it instead of mocked pyathena cursors, which would be a better test of actual behavior (although we will catch that with regression tests).
We should make a fixture to handle spinup/teardown, and then use that fixture in each test that currently uses a mocked DB curosr.
The text was updated successfully, but these errors were encountered: