TensorPlay
API symbolsFileCheck
Copy
View Markdown

FileCheck

class tensorplay.FileCheck
check(self: tensorplay._C.FileCheck, test_string: str) tensorplay._C.FileCheck
check_count(self: tensorplay._C.FileCheck, test_string: str, count: SupportsInt | SupportsIndex, exactly: bool = False) tensorplay._C.FileCheck
check_dag(self: tensorplay._C.FileCheck, test_string: str) tensorplay._C.FileCheck
check_next(self: tensorplay._C.FileCheck, test_string: str) tensorplay._C.FileCheck
check_not(self: tensorplay._C.FileCheck, test_string: str) tensorplay._C.FileCheck
check_regex(self: tensorplay._C.FileCheck, test_string: str) tensorplay._C.FileCheck
check_same(self: tensorplay._C.FileCheck, test_string: str) tensorplay._C.FileCheck
check_source_highlighted(self: tensorplay._C.FileCheck, test_string: str) tensorplay._C.FileCheck
run(self: tensorplay._C.FileCheck, test_string: str) None

On this page

Ask DeepWiki