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
{{ message }}
This repository has been archived by the owner on Sep 2, 2024. It is now read-only.
Can we remove all this duplication and have one set of test that can tests all implementation?
At the moment I created some entry in the Makefile to target specific database engine implementation, this is useful when implementing a new feature to only run tests for the currently develop provider. I would not want to lose this after no. 1.
The text was updated successfully, but these errors were encountered:
There's currently 3 implementations of the
Persister
database/persister.go
interface, which includes all database functions.Each packages have the same (99%) identical tests code. For instance, cecking the number of lines in the
memory
'sbase.go
file vs. themongo
's one:Brain storming
Makefile
to target specific database engine implementation, this is useful when implementing a new feature to only run tests for the currently develop provider. I would not want to lose this after no. 1.The text was updated successfully, but these errors were encountered: