Private GIT

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

Lint 10/10

parent bc5d620f
Branches
Tags
No related merge requests found
...@@ -64,18 +64,30 @@ class ConfigTestBasic(unittest.TestCase): ...@@ -64,18 +64,30 @@ class ConfigTestBasic(unittest.TestCase):
""" """
@unittest.skip('Test not implemented') @unittest.skip('Test not implemented')
def test_check_section(self): def test_check_section(self):
"""
Test check_section
"""
pass pass
@unittest.skip('Test not implemented') @unittest.skip('Test not implemented')
def test_checkbox_to_value(self): def test_checkbox_to_value(self):
"""
Test checkbox_to_value
"""
pass pass
@unittest.skip('Test not implemented') @unittest.skip('Test not implemented')
def test_clean_host(self): def test_clean_host(self):
"""
Test clean_host
"""
pass pass
@unittest.skip('Test not implemented') @unittest.skip('Test not implemented')
def test_clean_hosts(self): def test_clean_hosts(self):
"""
Test clean_hosts
"""
pass pass
def test_clean_url(self): def test_clean_url(self):
...@@ -114,22 +126,37 @@ class ConfigTestBasic(unittest.TestCase): ...@@ -114,22 +126,37 @@ class ConfigTestBasic(unittest.TestCase):
@unittest.skip('Test not implemented') @unittest.skip('Test not implemented')
def test_to_int(self): def test_to_int(self):
"""
Test to_int
"""
pass pass
@unittest.skip('Test not implemented') @unittest.skip('Test not implemented')
def test_mini_max(self): def test_mini_max(self):
"""
Test mini_max
"""
pass pass
@unittest.skip('Test not implemented') @unittest.skip('Test not implemented')
def test_check_setting_int(self): def test_check_setting_int(self):
"""
Test check_setting_int
"""
pass pass
@unittest.skip('Test not implemented') @unittest.skip('Test not implemented')
def test_check_setting_float(self): def test_check_setting_float(self):
"""
Test check_setting_float
"""
pass pass
@unittest.skip('Test not implemented') @unittest.skip('Test not implemented')
def test_check_setting_str(self): def test_check_setting_str(self):
"""
Test check_setting_str
"""
pass pass
...@@ -139,70 +166,121 @@ class ConfigTestChanges(unittest.TestCase): ...@@ -139,70 +166,121 @@ class ConfigTestChanges(unittest.TestCase):
""" """
@unittest.skip('Test not implemented') @unittest.skip('Test not implemented')
def test_change_https_cert(self): def test_change_https_cert(self):
"""
Test change_https_cert
"""
pass pass
@unittest.skip('Test not implemented') @unittest.skip('Test not implemented')
def test_change_https_key(self): def test_change_https_key(self):
"""
Test change_https_key
"""
pass pass
@unittest.skip('Test not implemented') @unittest.skip('Test not implemented')
def test_change_log_dir(self): def test_change_log_dir(self):
"""
Test change_log_dir
"""
pass pass
@unittest.skip('Test not implemented') @unittest.skip('Test not implemented')
def test_change_nzb_dir(self): def test_change_nzb_dir(self):
"""
Test change_nzb_dir
"""
pass pass
@unittest.skip('Test not implemented') @unittest.skip('Test not implemented')
def test_change_torrent_dir(self): def test_change_torrent_dir(self):
"""
Test change_torrent_dir
"""
pass pass
@unittest.skip('Test not implemented') @unittest.skip('Test not implemented')
def test_change_tv_download_dir(self): def test_change_tv_download_dir(self):
"""
Test change_tv_download_dir
"""
pass pass
@unittest.skip('Test not implemented') @unittest.skip('Test not implemented')
def test_change_auto_pp_freq(self): def test_change_auto_pp_freq(self):
"""
Test change_auto_pp_freq
"""
pass pass
@unittest.skip('Test not implemented') @unittest.skip('Test not implemented')
def test_change_daily_search_freq(self): def test_change_daily_search_freq(self):
"""
Test change_daily_search_freq
"""
pass pass
@unittest.skip('Test not implemented') @unittest.skip('Test not implemented')
def test_change_backlog_freq(self): def test_change_backlog_freq(self):
"""
Test change_backlog_freq
"""
pass pass
@unittest.skip('Test not implemented') @unittest.skip('Test not implemented')
def test_change_update_freq(self): def test_change_update_freq(self):
"""
Test change_update_freq
"""
pass pass
@unittest.skip('Test not implemented') @unittest.skip('Test not implemented')
def test_change_show_update_hour(self): def test_change_show_update_hour(self):
"""
Test change_show_update_hour
"""
pass pass
@unittest.skip('Test not implemented') @unittest.skip('Test not implemented')
def test_change_sub_finder_freq(self): def test_change_sub_finder_freq(self):
"""
Test change_sub_finder_freq
"""
pass pass
@unittest.skip('Test not implemented') @unittest.skip('Test not implemented')
def test_change_version_notify(self): def test_change_version_notify(self):
"""
Test change_version_notify
"""
pass pass
@unittest.skip('Test not implemented') @unittest.skip('Test not implemented')
def test_change_download_propers(self): def test_change_download_propers(self):
"""
Test change_download_propers
"""
pass pass
@unittest.skip('Test not implemented') @unittest.skip('Test not implemented')
def test_change_use_trakt(self): def test_change_use_trakt(self):
"""
Test change_use_trakt
"""
pass pass
@unittest.skip('Test not implemented') @unittest.skip('Test not implemented')
def test_change_use_subtitles(self): def test_change_use_subtitles(self):
"""
Test change_use_subtitles
"""
pass pass
@unittest.skip('Test not implemented') @unittest.skip('Test not implemented')
def test_change_process_auto(self): def test_change_process_auto(self):
"""
Test change_process_auto
"""
pass pass
...@@ -212,6 +290,9 @@ class ConfigTestMigrator(unittest.TestCase): ...@@ -212,6 +290,9 @@ class ConfigTestMigrator(unittest.TestCase):
""" """
@unittest.skip('Not yet implemented') @unittest.skip('Not yet implemented')
def test_config_migrator(self): def test_config_migrator(self):
"""
Test config_migrator
"""
pass pass
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment