ulfox / dby

Simple Yaml DB
MIT License
59 stars 6 forks source link

[improvements] Update tests - Export SQL.Cache #2

Closed ulfox closed 3 years ago

ulfox commented 3 years ago

[tests] remove test-dbs at the end

[cache] export SQL.Cache

Before we had Cache struct exported but SQL.cache unexported

Now we have both objects exported

[tests] update tests

Include addiotional test cases

TestUpsert:

TestGetSingle:

TestGetPath:

TestDelete:

TestGet: