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

Add (unit?) testing #14

Open
KingNook opened this issue Sep 16, 2024 · 1 comment
Open

Add (unit?) testing #14

KingNook opened this issue Sep 16, 2024 · 1 comment
Labels
feature New feature or request help wanted Extra attention is needed

Comments

@KingNook
Copy link
Owner

KingNook commented Sep 16, 2024

Context

When creating #13 I noticed I lack any sort of testing to ensure I haven't broken anything - at the moment my testing really does just consist of running pygbag . and mashing keys for a bit to see if anything breaks. I would like (mainly for peace of mind but also because it's good practice) to have some sort of proper testing

Thoughts / Challenges

Main issue for me personally would be my lack of knowledge / experience in designing tests - this will likely require some amount of research

Methods

Shall attempt to utilise Python's in-built unittest module (if it's there may as well use it)

@KingNook KingNook added feature New feature or request help wanted Extra attention is needed labels Sep 16, 2024
@KingNook
Copy link
Owner Author

Also look at alternative / additional python testing modules eg doctest

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant