test(utils): add unit tests for GeneratePassword#5
Conversation
|
Hi @Yokiatch , Thanks for jumping in so quickly, having another pair of eyes on this is always appreciated! 😊 If you'd like to dive in deeper as a contributer: The project is a bit opaque about where assets live and it's a bit tricky to set up your own assets which means runtime testing can be quite cumbersome, if you'd like to test locally yourself here are two easy ways to get you up and running in case you want to be more hands-on for future issues:
Let me know if you need support and we can arrange something, and thanks again for volunteering and helping improve Seal, you're always welcome to work on future issues! 🦭 Alex |
|
I'll keep an eye on the repo and if something comes up that i can work upon , i'll contribute to that for sure. |
Closes #3
Summary
Adds two unit tests for
GeneratePassword()intests/test_utils.cpp:Randomness is not made deterministic — the tests verify output properties only.
Test results
All 49 tests pass (
.\ test.bat), up from 47 before this change.