diff options
author | Michael Muré <batolettre@gmail.com> | 2021-01-25 12:39:34 +0100 |
---|---|---|
committer | Michael Muré <batolettre@gmail.com> | 2021-02-14 12:19:01 +0100 |
commit | fe4237df3c62bd6dfd1f385893295f93072d0e51 (patch) | |
tree | 66eabac7a2aaae9f7b4f2aff07092556e3a2a2ac /repository/repo_testing.go | |
parent | dc5059bc3372941e2908739831188768335ac50b (diff) | |
download | git-bug-fe4237df3c62bd6dfd1f385893295f93072d0e51.tar.gz |
entity: readAll and more testing
Diffstat (limited to 'repository/repo_testing.go')
-rw-r--r-- | repository/repo_testing.go | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/repository/repo_testing.go b/repository/repo_testing.go index 92aa1691..8fc109bb 100644 --- a/repository/repo_testing.go +++ b/repository/repo_testing.go @@ -10,6 +10,9 @@ import ( "github.com/MichaelMure/git-bug/util/lamport" ) +// TODO: add tests for RepoBleve +// TODO: add tests for RepoStorage + func CleanupTestRepos(repos ...Repo) { var firstErr error for _, repo := range repos { |