ostafen / clover

A lightweight document-oriented NoSQL database written in pure Golang.
MIT License
680 stars 55 forks source link

Changed dir test-data/* to test/data/* #18

Closed jsgm closed 2 years ago

jsgm commented 2 years ago

Created new directory instead test-data/, applying golang-standards best practices.

This will also help organising better any additional examples regarding the database usage.

ostafen commented 2 years ago

Thank you for the PR. Since the folder structure has been changed, each path inside the db_test.go file should be renamed. I think that currently, most of the tests will fail

jsgm commented 2 years ago

Just changed the tests as well image