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
As good praises we shouldn't use actual databases for testing.
Consider to use: another test class instead of bedbaseconfig to write data to txt file or any similar file. Also consider using @runtime_checkable for that
The text was updated successfully, but these errors were encountered:
I just made it so that the tests will skip automatically if the database isn't running; so, we're set up to easily accommodate tests that don't require database connection now.
As good praises we shouldn't use actual databases for testing.
Consider to use: another test class instead of
bedbaseconfig
to write data to txt file or any similar file. Also consider using@runtime_checkable
for thatThe text was updated successfully, but these errors were encountered: