-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
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
test: configure adapter tests #15
Conversation
|
Note |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
p3.
I would like to suggest that you could try to 'given / when / then' test.
IMHO, I can not recognize that certain line is belong to between 'given' and 'when'.
Tests are readable due to the well-implemented colocation of specifications. |
I've set up the essential tests to verify the specifications of Plantae.
Please check for comments labeled with the 'FIXME' tag.
You can also review the commit history in the
origin/test/add-tests
branch.This current branch was created specifically to prevent merge conflicts.