Skip to content
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

Write Unit Tests for Docker container creation #151

Open
supra08 opened this issue Oct 28, 2019 · 0 comments
Open

Write Unit Tests for Docker container creation #151

supra08 opened this issue Oct 28, 2019 · 0 comments
Labels
Milestone

Comments

@supra08
Copy link
Member

supra08 commented Oct 28, 2019

Currently we don't have formal tests to ensure successful container creation while deploying applications.
Writing unit tests for Gasper's Docker package will not only solve the above issue but will act as a sanity check when building new features on top of the existing ones.
Tests are simple in Golang:-
filename_test.go will run the tests for filename.go for every file in the same package.
This article can be referred to for more information.

@supra08 supra08 added enhancement New feature or request test labels Oct 28, 2019
@alphadose alphadose added the gci label Oct 28, 2019
@supra08 supra08 removed the enhancement New feature or request label Oct 28, 2019
@alphadose alphadose removed the gci label Dec 8, 2019
@alphadose alphadose added this to the v2.0 milestone Dec 13, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants