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

Implement a testing suite for the codebase #25

Open
KenEucker opened this issue Dec 31, 2017 · 1 comment
Open

Implement a testing suite for the codebase #25

KenEucker opened this issue Dec 31, 2017 · 1 comment
Assignees
Milestone

Comments

@KenEucker
Copy link
Owner

Proposed solution:
This could also be used to test imported quasars for code quality.

What's happening:
There is no testing.

What I expect to happen:
Code should be testable if it is an npm module. All development after the 1.0 on this project should be TDD.

@KenEucker KenEucker added this to the 0.9.0 Quality milestone Dec 31, 2017
@KenEucker
Copy link
Owner Author

As #30 gets developed we could consider adding a testing shim that turns logDebug statements into methods that include testing scaffolding like asserts. This would allow developers to create logDebug statements as assertions that log success or failure to the console and logFile and is also leveraged when running tests against code, both custom and lib.

@KenEucker KenEucker self-assigned this Jan 6, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant