murano-pkg-check/muranopkgcheck/tests
Cao Xuan Hoang db648ad781 Using assertIsNone() instead of assertEqual(None, ...)
Following OpenStack Style Guidelines[1]:
[H203] Unit test assertions tend to give better messages for more
specific assertions. As a result, assertIsNone(...) is preferred
over assertEqual(None, ...) and assertIs(None, ...)

[1] http://docs.openstack.org/developer/hacking/#unit-tests-and-assertraises

Change-Id: Ie8136f1be4a57272e64b0b360ee608aa270901f7
2016-11-15 16:52:19 +07:00
..
functional Fix bug with loading buffer in ZipLoader in py3 2016-09-29 18:23:51 +03:00
__init__.py Commit project structure 2016-08-22 16:46:38 +03:00
base.py Commit project structure 2016-08-22 16:46:38 +03:00
test_code_structure_checker.py Catch block validation 2016-09-30 18:58:59 +03:00
test_error.py Added errors registration 2016-09-12 11:59:02 +03:00
test_log.py Improve logging system 2016-09-07 18:05:19 +03:00
test_manager.py Introduce option only_errors 2016-09-21 06:44:10 -04:00
test_manifest_validator.py Added functional test base 2016-09-13 16:37:16 +03:00
test_muranopl_validator.py Merge "Improve class and method regexps" 2016-10-05 01:56:14 +00:00
test_package.py Add i18n support 2016-09-07 18:13:18 +03:00
test_pkg_loader.py Using assertIsNone() instead of assertEqual(None, ...) 2016-11-15 16:52:19 +07:00
test_plugin.py Improve logging system 2016-09-07 18:05:19 +03:00
test_ui_validator.py Adding UI Validator 2016-08-26 13:13:41 +00:00
test_validator_helpers.py Adding ManifestValidator 2016-08-24 21:20:54 +02:00
test_yaml_validator.py Adding ManifestValidator 2016-08-24 21:20:54 +02:00