-
Notifications
You must be signed in to change notification settings - Fork 5
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
Sweep: write unit tests #210
Comments
Hey @wwzeng1, I've started working on this issue. The plan is to first identify the modules that lack sufficient unit tests. After that, I'll write comprehensive tests for these modules, covering all functions and considering both expected and edge case behaviors. Once the tests are written, I'll update the testing documentation to include these new tests. Give me a minute! Cheers, Some code snippets I looked at (click to expand). If some file is missing from here, you can mention the path in the ticket description.slinc/core/test/src/fr/hammons/slinc/FSetRuntimeSpec.scala Lines 94 to 114 in 8e2ad0c
slinc/core/test/src/fr/hammons/slinc/modules/DescriptorSpec.scala Lines 22 to 74 in 8e2ad0c
Lines 33 to 156 in 8e2ad0c
slinc/core/src/fr/hammons/slinc/modules/ReadWriteModule.scala Lines 31 to 57 in 8e2ad0c
slinc/core/docs/_docs/contributing/contributing.md Lines 33 to 156 in 8e2ad0c
I'm a bot that handles simple bugs and feature requests but I might make mistakes. Please be kind! |
No description provided.
The text was updated successfully, but these errors were encountered: