-
Notifications
You must be signed in to change notification settings - Fork 154
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
Improve tests #71
Comments
Hello, I am writing some test cases for the flashcard functionality, but i have a question. Namely with the naming of the sets: If I try to give the set a name with length of characters larger than 1, i get the error 'the length of the name should not be more than 1', is this the intended functionality? sets cannot have names longer than 1 character? After playing around with the modify function is doesn't seem that this was intended. |
Also if it so happens that changed need to be made to the source code, should i open up separate pull requests for the test cases and the actual source code being changed? |
I don't recall setting any limit like that 🤔
If you mean that you want to create a new PR for the fix for restoring the length of set name, then yes. Also, please create an issue with some more details of whatever you found in that issue. |
Hi @manparvesh, i would like to contribute on testing ideas feature. |
@prideloki |
Description:
The existing tests are okay, but not very thorough. Some of the parts of the modules still lack tests.
Checklist:
Related to: #16
The text was updated successfully, but these errors were encountered: