-
Notifications
You must be signed in to change notification settings - Fork 41
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
Account test #112
base: master
Are you sure you want to change the base?
Account test #112
Conversation
ba99cc9
to
809c208
Compare
809c208
to
7ee85eb
Compare
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.
The Describe
's don't need to have the full method signature, we can't overload methods in go so just the name would suffice.
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.
git ignore the test rootDir
- add github workflows for tests
- change windows_test.dockerfile base image to nanoserver
4698a28
to
fbda18b
Compare
This PR add tests for account operations in the accounts.go file.
The PR use github.com/onsi/ginkgo and github.com/onsi/gomega as introduced by @RogueElement in his on going PR #96.