beyondstorage / go-storage

A vendor-neutral storage library for Golang: Write once, run on every storage service.

Home Page:https://beyondstorage.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

tests: Migrate all tests to Feature and suite based

Xuanwo opened this issue · comments

Background

For now, our tests are using convey to write BDD test. However, they could be much simpler if we write them using github.com/stretchr/testify/suite.

Here is an example: #1020

commented

So, actually before I handle issue 975, this issue has to be finished first. Is anyone doing it now? If not, I'd like to do it.

The issue is free for you to take! However, I think it's better to finish #975 before take on this issue.

commented

The issue is free for you to take! However, I think it's better to finish #975 before take on this issue.

OK, I will finish #975 first.