Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 555 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 555 Bytes

saasbook/hw-tests Master Build Status

Model of an instructor's private homework repo

  • hw-tests/
    • .travis.yml : CI that validates homework runs against AutoGraders project.
    • features/ : tests that are run automatically by travis
    • ruby-intro/ : sample homework
      • autograder : graders in the form of tests and supporting files
      • public : skeleton and Readme displayed to student
      • solutions : used for validating graders