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 #41

Open
everettraven opened this issue Dec 4, 2023 · 0 comments
Open

Write unit tests #41

everettraven opened this issue Dec 4, 2023 · 0 comments
Labels
good first issue Good for newcomers help wanted Extra attention is needed priority:medium Signals that an issue is medium priority testing

Comments

@everettraven
Copy link
Owner

There are currently no unit tests 😲 !

Now that the project is in a good place in terms of functionality it's time to start writing some unit tests. This will be super useful for helping to identify areas of the code that need to be refactored to have good testability and overall improve the code base.

It's probably best to start one file at a time and if it needs tests, write the unit tests for it.

Some useful information for this might be https://carlosbecker.com/posts/teatest/ which gives some insight on how to test bubbletea applications

@everettraven everettraven added testing help wanted Extra attention is needed good first issue Good for newcomers priority:medium Signals that an issue is medium priority labels Dec 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers help wanted Extra attention is needed priority:medium Signals that an issue is medium priority testing
Projects
None yet
Development

No branches or pull requests

1 participant