aboutsummaryrefslogtreecommitdiffhomepage
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorGravatar Nathaniel Manista <nathaniel@google.com>2017-09-16 16:13:09 +0000
committerGravatar Nathaniel Manista <nathaniel@google.com>2017-09-16 18:55:53 +0000
commit44038eb9b630eafad57e30e09d021de8d68e94d5 (patch)
treea9431dbaed4a61592b7afa77e8d92955c2c657b9 /CMakeLists.txt
parent8d3cc5ff0c2b86bd6766944891c1706153135a47 (diff)
Tweak Python sanity test
- Move it out of the "unit" package, as it's not itself a unit test. - Suffix the test class with "Test" as we do with every other subclass of unittest.TestCase. - Add a larger-than-we'll-need-any-time-soon maxDiff so that failures are fully described. - Relax the assertion from assertListEqual to assertSequenceEqual since we don't actually care whether or not the sequences being compared are list instances. - Change the order of the assertions arguments to match the "<expected>, <actual>" convention used in our assert*Equal calls elsewhere throughout the test corpus. - Internal implementation simplifications.
Diffstat (limited to 'CMakeLists.txt')
0 files changed, 0 insertions, 0 deletions