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

Abstract GUI Into Testable Units #15

Open
TheJoeSmo opened this issue Jan 3, 2021 · 0 comments
Open

Abstract GUI Into Testable Units #15

TheJoeSmo opened this issue Jan 3, 2021 · 0 comments
Labels
enhancement New feature or request testing Need a test

Comments

@TheJoeSmo
Copy link
Owner

Is your feature request related to a problem? Please describe.
None of the GUI is able to have unit tests at the moment. This makes it impossible to tell if the GUI is working by a glance.

Describe the solution you'd like
Abstract every piece into another layer. One layer handles just the dependencies for the GUI and another layer handles the actual logic of the object. This allows us to test the object without testing if the GUI works. This allows for fast testing and no GUI hassle in testing.

Additional context
Future issues should be made for each piece of GUI separately for nicer PRs.

@TheJoeSmo TheJoeSmo added enhancement New feature or request testing Need a test labels Jan 3, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request testing Need a test
Projects
None yet
Development

No branches or pull requests

1 participant