Comment 1 for bug 1259023

Revision history for this message
Clint Byrum (clint-fewbar) wrote : Re: AssertEqual(None, AAA) should be AssertIsNone(AAA) in unittests

One problem, one bug please.

- Check usage of AssertEqual(expected, observed). Some codes are AssertEqual(observed, expected).
Step #2 AssertIn is more prefeable then AssertTrue in text match cases.