## diff_test diff_test(name, file1, file2, kwargs) A test that compares two files. The test succeeds if the files' contents match. ### Parameters
diff_test(name, file1, file2, kwargs)
name
The name of the test rule.
file1
Label of the file to compare to file2.
file2
Label of the file to compare to file1.
kwargs
The common attributes for tests.