Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

Scripts

Scripts that are used by the continuous integration services, or general-purpose ones.

Checks if the schedule is correct, i.e. all topics follow the right order.

It works on the file constraints.csv, which looks similar to this:

topic,prerequisite
TDD,assert
[more rows]

This means it will look for the lines with 'TDD' and 'assert' and tests that the prerequisite ('assert') is earlier in the schedule than the topic ('TDD').