IOTestInputCase¶ class IOTestInputCase[source]¶ An IOTest input case. name: str¶ Name of this sub-step weight: float¶ Weight of this sub-step args: str¶ Extra arguments to pass to the program for this sub-step stdin: str¶ Input for this sub-step output: str¶ Expected output of this sub-step options: Sequence[IOTestOption]¶ Matching options for this sub-step