Skip to content

Publicly-accessible test scripts for an introductory Systems Programming course at Portland State University.

Notifications You must be signed in to change notification settings

RyanLB/CS-201-Public-Autograder-Tests

Repository files navigation

CS 201 Public Autograder Tests

Assignments in this course may be submitted to two batteries of tests. The first set of tests (this one) is publicly accessible to allow students to verify that their formatting matches the specification. A second, private suite of tests may be used to evaluate submissions to prevent "coding to the tests".

Installing and Running the Tests

If you're on PSU's Linux labs, you can simply clone this repository to have access to the current tests:

git clone https://github.com/RyanLB/CS-201-Public-Autograder-Tests.git

After navigating to the appropriate assignment folder, you can run the tests on your code by pointing them at your submission directory:

cd Assignment\ 1
ruby hw1_tests.rb <submission_directory>

About

Publicly-accessible test scripts for an introductory Systems Programming course at Portland State University.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages