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

System tests / unit tests need sustainability updates #9

Closed
ghost opened this issue Oct 12, 2018 · 2 comments
Closed

System tests / unit tests need sustainability updates #9

ghost opened this issue Oct 12, 2018 · 2 comments

Comments

@ghost
Copy link

ghost commented Oct 12, 2018

The System and Unit tests need to be evaluated and re-written to be more sustainable.

This became apparent while developing #1. This change was a simple removal of code which turned into a nightmare for testing. This simple change caused cascading unit test failures to the point where we aren't really sure why. Most of this could be solved by making test cases much smaller than they currently are right now.

@Colin-Stone
Copy link
Member

Reduce the size of testcases by increasing the number of tests so they are explicit

@Colin-Stone
Copy link
Member

Largely addressed with the reworking of extension file to restructure where the different containers were initialized

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