You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
The text was updated successfully, but these errors were encountered: