When doing unittesing in python it can get really annoying to compare dictionaries using the unittest.TestCase functions. If they fail, the output is very messy, so I wrote these functions to help do the comparison. Actually, there are a bunch … Continue reading
April 2, 2010
by eric
0 comments