diff --git a/tests/test_xkcd_pass_emit_passwords.py b/tests/test_xkcd_pass_emit_passwords.py index daacf9d..e1af84b 100644 --- a/tests/test_xkcd_pass_emit_passwords.py +++ b/tests/test_xkcd_pass_emit_passwords.py @@ -6,8 +6,6 @@ from src.xkcd_pass import xkcd_pass -WORDFILE = "src/xkcd_pass/static/eff-long" - class TestEmitPasswords(unittest.TestCase): """ diff --git a/tests/test_xkcd_pass_generate_xkpassword.py b/tests/test_xkcd_pass_generate_xkpassword.py index cdb9cc1..d188463 100644 --- a/tests/test_xkcd_pass_generate_xkpassword.py +++ b/tests/test_xkcd_pass_generate_xkpassword.py @@ -3,8 +3,6 @@ from src.xkcd_pass import xkcd_pass -WORDFILE = "src/xkcd_pass/static/eff-long" - class TestGenerateWordlist(unittest.TestCase): """ diff --git a/tests/test_xkcd_pass_init.py b/tests/test_xkcd_pass_init.py index 5718be8..263c9e5 100644 --- a/tests/test_xkcd_pass_init.py +++ b/tests/test_xkcd_pass_init.py @@ -4,8 +4,6 @@ from src.xkcd_pass import xkcd_pass -WORDFILE = "src/xkcd_pass/static/eff-long" - class TestInit(unittest.TestCase): """ diff --git a/tests/test_xkcd_pass_interactive.py b/tests/test_xkcd_pass_interactive.py index f9f4a0c..86904fe 100644 --- a/tests/test_xkcd_pass_interactive.py +++ b/tests/test_xkcd_pass_interactive.py @@ -6,8 +6,6 @@ from src.xkcd_pass import xkcd_pass -WORDFILE = "src/xkcd_pass/static/eff-long" - class TestInteractiveInitialization(unittest.TestCase): """ diff --git a/tests/test_xkcd_pass_main.py b/tests/test_xkcd_pass_main.py index 0f16a11..8da6fc7 100644 --- a/tests/test_xkcd_pass_main.py +++ b/tests/test_xkcd_pass_main.py @@ -5,8 +5,6 @@ from src.xkcd_pass import xkcd_pass -WORDFILE = "src/xkcd_pass/static/eff-long" - class TestMain(unittest.TestCase): """ diff --git a/tests/test_xkcd_pass_set_case.py b/tests/test_xkcd_pass_set_case.py index a0a8be3..aba8c35 100644 --- a/tests/test_xkcd_pass_set_case.py +++ b/tests/test_xkcd_pass_set_case.py @@ -2,8 +2,6 @@ from src.xkcd_pass import xkcd_pass -WORDFILE = "src/xkcd_pass/static/eff-long" - class TestSetCase(unittest.TestCase): """ diff --git a/tests/test_xkcd_pass_try_input.py b/tests/test_xkcd_pass_try_input.py index 977b16a..1115acc 100644 --- a/tests/test_xkcd_pass_try_input.py +++ b/tests/test_xkcd_pass_try_input.py @@ -5,8 +5,6 @@ from src.xkcd_pass import xkcd_pass -WORDFILE = "src/xkcd_pass/static/eff-long" - class TestTryInput(unittest.TestCase): """ diff --git a/tests/test_xkcd_pass_validate_options.py b/tests/test_xkcd_pass_validate_options.py index f897fae..249627b 100644 --- a/tests/test_xkcd_pass_validate_options.py +++ b/tests/test_xkcd_pass_validate_options.py @@ -7,8 +7,6 @@ from src.xkcd_pass import xkcd_pass -WORDFILE = "src/xkcd_pass/static/eff-long" - class TestValidateOptions(unittest.TestCase): """ diff --git a/tests/test_xkcd_pass_verbose_reports.py b/tests/test_xkcd_pass_verbose_reports.py index 23cc23b..036c7cb 100644 --- a/tests/test_xkcd_pass_verbose_reports.py +++ b/tests/test_xkcd_pass_verbose_reports.py @@ -6,8 +6,6 @@ from src.xkcd_pass import xkcd_pass -WORDFILE = "src/xkcd_pass/static/eff-long" - class TestVerboseReports(unittest.TestCase): """