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
I had initially misunderstood usage of a unit test
should be used for code logic only and SHOULD NOT have to update a database
test_egauge assumes there is a database named 'test' and modifies it.
This test would be more fitting in a python notebook where a user could have fields for a database name, etc.
The text was updated successfully, but these errors were encountered:
I had initially misunderstood usage of a unit test
test_egauge assumes there is a database named 'test' and modifies it.
This test would be more fitting in a python notebook where a user could have fields for a database name, etc.
The text was updated successfully, but these errors were encountered: