softwareconstruction240 / autograder

Autograder for BYU's CS 240 Chess project
https://cs240.click
2 stars 2 forks source link

Add verification of running with port argument 0 #388

Closed 19mdavenport closed 4 weeks ago

19mdavenport commented 4 weeks ago

This adds another verifier that checks for students hardcoding port 8080 and seeing if it can find a line of code matching port = server.run(0). It then warns the student if it can find 8080 somewhere or can't find the target string