instack/instack/tests
zhouyunfeng dd3977e6a2 modify some assert info.
1.Developers should use assertIn(A, B) instead of assertTrue(A in B ).
so replace assertFalse with assertNotIn.

2.Some tests used incorrect order assertEqual(observed, expected), 
the correct order expected by testtools is 
assertEqual(expected, observed).
so change order of aguments in assertEqual.

Change-Id: Ibb757999c55fd001991381baca0db744ffa26f3e
2016-12-20 03:30:07 +00:00
..
elements Fix up unit tests 2015-09-02 18:12:15 +00:00
__init__.py Rename to instack 2014-01-27 20:12:29 -05:00
test_runner.py modify some assert info. 2016-12-20 03:30:07 +00:00