Files in data/bad can be used to test the validators.
The plan is to implement the following:
A single data/bad/test.in should fail at least one input validator.
A triple data/bad/test.{in,ans,out} should pass all input validators and should fail at least one output validator, where the .ans is OK, but .out is bad. If only one of .ans and .out is given, it will be assumed that a .ans is not needed to validate a .out and the single file will be used both as .ans and .out.
This can easily be changed when this is standardised in the problemarchive format. See also Kattis/problemtools#51 and Kattis/problemtools#86
Files in
data/badcan be used to test the validators.The plan is to implement the following:
A single
data/bad/test.inshould fail at least one input validator.A triple
data/bad/test.{in,ans,out}should pass all input validators and should fail at least one output validator, where the.ansis OK, but.outis bad. If only one of.ansand.outis given, it will be assumed that a.ansis not needed to validate a.outand the single file will be used both as.ansand.out.This can easily be changed when this is standardised in the problemarchive format. See also Kattis/problemtools#51 and Kattis/problemtools#86