We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
convey
github.com/stretchr/testify/suite
Here is an example: #1020
The text was updated successfully, but these errors were encountered:
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.
Sorry, something went wrong.
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.
Joey2132
No branches or pull requests
Background
For now, our tests are using
convey
to write BDD test. However, they could be much simpler if we write them usinggithub.com/stretchr/testify/suite
.Here is an example: #1020
The text was updated successfully, but these errors were encountered: