cliff/cliff/tests
lingyongxu 02e89274e2 Use assertIsNone(...) instead of assertIs(None,...)
Following OpenStack Style Guidelines: [1]
Unit test assertions tend to give better messages for more
specific assertions. As a result, assertIsNone(...) is
preferred over assertIs(None, ...)

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

Change-Id: Ie4ee3be201f799d87c06378cd2c9a0a3c34c24df
2017-07-18 14:51:28 +08:00
..
__init__.py Fix default encoding issue with python 2.6 2013-08-12 14:45:23 -04:00
base.py covert test suite to use testrepository 2017-04-23 10:16:30 -04:00
test_app.py Use assertIsNone(...) instead of assertIs(None,...) 2017-07-18 14:51:28 +08:00
test_columns.py covert test suite to use testrepository 2017-04-23 10:16:30 -04:00
test_command.py make smart help formatter test deterministic 2017-06-30 17:01:33 +00:00
test_command_hooks.py add tests for display command classes and hooks 2017-07-06 15:39:39 -07:00
test_commandmanager.py covert test suite to use testrepository 2017-04-23 10:16:30 -04:00
test_complete.py covert test suite to use testrepository 2017-04-23 10:16:30 -04:00
test_formatters_csv.py covert test suite to use testrepository 2017-04-23 10:16:30 -04:00
test_formatters_json.py covert test suite to use testrepository 2017-04-23 10:16:30 -04:00
test_formatters_shell.py covert test suite to use testrepository 2017-04-23 10:16:30 -04:00
test_formatters_table.py add --fit-width option to table formatter 2017-07-05 16:25:36 +00:00
test_formatters_value.py covert test suite to use testrepository 2017-04-23 10:16:30 -04:00
test_formatters_yaml.py covert test suite to use testrepository 2017-04-23 10:16:30 -04:00
test_help.py covert test suite to use testrepository 2017-04-23 10:16:30 -04:00
test_interactive.py Adjust completenames tests for cmd2 0.7.3+ 2017-06-28 07:45:44 +02:00
test_lister.py covert test suite to use testrepository 2017-04-23 10:16:30 -04:00
test_show.py covert test suite to use testrepository 2017-04-23 10:16:30 -04:00
test_sphinxext.py sphinext: Use metavar where possible 2017-06-08 12:00:23 +01:00
test_utils.py covert test suite to use testrepository 2017-04-23 10:16:30 -04:00
utils.py Add Apache 2.0 license to source file 2016-10-10 13:43:09 +07:00