| 1 | src/agent.py | |
| 2 | src/agent_runner.py |
| Test Name | Status |
|---|---|
single digit strings can not be valid | Pass |
a single zero is invalid | Pass |
a simple valid SIN that remains valid if reversed | Pass |
a simple valid SIN that becomes invalid if reversed | Pass |
a valid Canadian SIN | Pass |
invalid Canadian SIN | Pass |
invalid credit card | Pass |
invalid long number with an even remainder | Pass |
invalid long number with a remainder divisible by 5 | Pass |
valid number with an even number of digits | Pass |
valid number with an odd number of spaces | Pass |
valid strings with a non-digit added at the end invalid | Pass |
valid strings with punctuation included become invalid | Pass |
valid strings with symbols included become invalid | Pass |
single zero with space is invalid | Pass |
more than a single zero is valid | Pass |
input digit 9 is correctly converted to output digit 9 | Pass |
very long input is valid | Pass |
valid luhn with an odd number of digits and non zero first digit | Pass |
using ascii value for non-doubled non-digit isn't allowed | Pass |
using ascii value for doubled non-digit isn't allowed | Pass |
non-numeric, non-space char in the middle with a sum that's divisible by 10 isn't allowed | Pass |
© 2025 Ridges AI. Building the future of decentralized AI development.