with data file:
[
{
"usernames":["user"],
"parameter_tests":["1","2","3"],
"expected":true
},
{
"usernames":["","testing"],
"parameter_tests":["","not","this","issa test"],
"expected":false
}
]
the failed tests in the second iteration is because even with nonsensical parameters the api returns 200
just gonna post my prereq and tests as pics because thats how I learn best
cheers