monasca-analytics/test/sml
gecong1973 9ee464db89 Change assertTrue(isinstance()) by optimal assert
Some of tests use different method of
assertTrue(isinstance(A, B)) or assertEqual(type(A), B).
The correct way is to use assertIsInstance(A, B) provided
by testtools

Change-Id: I127045563897bccf77b2ba5a8975b2d7706ec3f6
2016-10-08 09:22:03 +08:00
..
__init__.py H104 support 2016-06-03 12:42:47 +00:00
test_lingam.py Reduce duplication in tests. Add test for banana. 2016-07-06 10:04:24 +01:00
test_svm_one_class.py Change assertTrue(isinstance()) by optimal assert 2016-10-08 09:22:03 +08:00