From fd5d4d50650251995a1098a38bb5bde9b73f88b2 Mon Sep 17 00:00:00 2001 From: labrys <labrys@useres.noreply.github.com> Date: Fri, 27 Nov 2015 16:21:05 -0500 Subject: [PATCH] Lint 10/10 --- tests/config_tests.py | 81 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 81 insertions(+) diff --git a/tests/config_tests.py b/tests/config_tests.py index d8e049db2..b39689691 100644 --- a/tests/config_tests.py +++ b/tests/config_tests.py @@ -64,18 +64,30 @@ class ConfigTestBasic(unittest.TestCase): """ @unittest.skip('Test not implemented') def test_check_section(self): + """ + Test check_section + """ pass @unittest.skip('Test not implemented') def test_checkbox_to_value(self): + """ + Test checkbox_to_value + """ pass @unittest.skip('Test not implemented') def test_clean_host(self): + """ + Test clean_host + """ pass @unittest.skip('Test not implemented') def test_clean_hosts(self): + """ + Test clean_hosts + """ pass def test_clean_url(self): @@ -114,22 +126,37 @@ class ConfigTestBasic(unittest.TestCase): @unittest.skip('Test not implemented') def test_to_int(self): + """ + Test to_int + """ pass @unittest.skip('Test not implemented') def test_mini_max(self): + """ + Test mini_max + """ pass @unittest.skip('Test not implemented') def test_check_setting_int(self): + """ + Test check_setting_int + """ pass @unittest.skip('Test not implemented') def test_check_setting_float(self): + """ + Test check_setting_float + """ pass @unittest.skip('Test not implemented') def test_check_setting_str(self): + """ + Test check_setting_str + """ pass @@ -139,70 +166,121 @@ class ConfigTestChanges(unittest.TestCase): """ @unittest.skip('Test not implemented') def test_change_https_cert(self): + """ + Test change_https_cert + """ pass @unittest.skip('Test not implemented') def test_change_https_key(self): + """ + Test change_https_key + """ pass @unittest.skip('Test not implemented') def test_change_log_dir(self): + """ + Test change_log_dir + """ pass @unittest.skip('Test not implemented') def test_change_nzb_dir(self): + """ + Test change_nzb_dir + """ pass @unittest.skip('Test not implemented') def test_change_torrent_dir(self): + """ + Test change_torrent_dir + """ pass @unittest.skip('Test not implemented') def test_change_tv_download_dir(self): + """ + Test change_tv_download_dir + """ pass @unittest.skip('Test not implemented') def test_change_auto_pp_freq(self): + """ + Test change_auto_pp_freq + """ pass @unittest.skip('Test not implemented') def test_change_daily_search_freq(self): + """ + Test change_daily_search_freq + """ pass @unittest.skip('Test not implemented') def test_change_backlog_freq(self): + """ + Test change_backlog_freq + """ pass @unittest.skip('Test not implemented') def test_change_update_freq(self): + """ + Test change_update_freq + """ pass @unittest.skip('Test not implemented') def test_change_show_update_hour(self): + """ + Test change_show_update_hour + """ pass @unittest.skip('Test not implemented') def test_change_sub_finder_freq(self): + """ + Test change_sub_finder_freq + """ pass @unittest.skip('Test not implemented') def test_change_version_notify(self): + """ + Test change_version_notify + """ pass @unittest.skip('Test not implemented') def test_change_download_propers(self): + """ + Test change_download_propers + """ pass @unittest.skip('Test not implemented') def test_change_use_trakt(self): + """ + Test change_use_trakt + """ pass @unittest.skip('Test not implemented') def test_change_use_subtitles(self): + """ + Test change_use_subtitles + """ pass @unittest.skip('Test not implemented') def test_change_process_auto(self): + """ + Test change_process_auto + """ pass @@ -212,6 +290,9 @@ class ConfigTestMigrator(unittest.TestCase): """ @unittest.skip('Not yet implemented') def test_config_migrator(self): + """ + Test config_migrator + """ pass -- GitLab