diff options
| author | Ulf Magnusson <ulfalizer@gmail.com> | 2012-12-07 05:01:31 +0100 |
|---|---|---|
| committer | Ulf Magnusson <ulfalizer@gmail.com> | 2012-12-07 05:01:31 +0100 |
| commit | 13954503db944eaa91725772f72ba6d3c6ca509a (patch) | |
| tree | ad96b328e8cf7219524ffc50d41ee919eab1542a /kconfigtest.py | |
| parent | acaa088f473d6f438a7469464c952ecd1990b4c9 (diff) | |
Use consistent docstring style.
Diffstat (limited to 'kconfigtest.py')
| -rw-r--r-- | kconfigtest.py | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/kconfigtest.py b/kconfigtest.py index e8eb6e7..0fe6c4f 100644 --- a/kconfigtest.py +++ b/kconfigtest.py @@ -338,7 +338,7 @@ def get_arch_configs(): def test_all_no(conf): """ Test if our allnoconfig implementation generates the same .config as - 'make allnoconfig', for all architectures""" + 'make allnoconfig' for each architecture.""" while True: done = True @@ -372,8 +372,8 @@ def test_all_no(conf): def test_all_yes(conf): """ - Test if our allyesconfig implementation generates the same .config as 'make - allyesconfig', for all architectures""" + Test if our allyesconfig implementation generates the same .config as + 'make allyesconfig' for each architecture.""" # Get a list of all symbols that are not choice items non_choice_syms = [sym for sym in conf.get_symbols() if @@ -558,8 +558,8 @@ def test_call_all(conf): def test_config_absent(conf): """ - Test if kconfiglib generates the same configuration as 'conf' without a - .config, for each architecture""" + Test if kconfiglib generates the same configuration as 'make alldefconfig' + for each architecture.""" conf.write_config("._config") shell("make alldefconfig") |
