Private GIT

Skip to content
Snippets Groups Projects
Commit b73111ae authored by labrys's avatar labrys
Browse files

Merge pull request #236 from labrys/lint-config_tests

Lint 10/10
parents bc5d620f fd5d4d50
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment