Lines Matching full:case
31 """Action to convert input values to lower case prior to converting to an Enum type"""
63 """Dataclass storing information about a single test case"""
173 """Function callback ran after each test case
177 spec (TestSpec): Test case specification
182 … """Check if a test case should be skipped prior to running, returning the reason for skipping
186 spec (TestSpec): Test case specification
188 nproc (int): Number of MPI processes to use when running test case
191 Optional[str]: Skip reason, or `None` if test case should not be skipped
196 """Check if a test case should be allowed to fail, based on its stderr output
200 spec (TestSpec): Test case specification
202 stderr (str): Standard error output from test case execution
210 """Check whether a test case is expected to fail and if it failed expectedly
214 spec (TestSpec): Test case specification
216 stderr (str): Standard error output from test case execution
316 TestSpec: Parsed specification of test case
574 """Attach a file to a test case
577 test_case (TestCase): Test case to attach the file to
587 """Run a single test case and backend combination
592 spec (TestSpec): Specification of test case
595 nproc (int): Number of MPI processes to use when running test case
600 TestCase: Test case result
776 nproc (int): Number of MPI processes to use when running each test case