Skip to content

Commit

Permalink
tests: Remove WORDFILE declaration from tests not using it.
Browse files Browse the repository at this point in the history
  • Loading branch information
adambirds committed May 2, 2021
1 parent bf57258 commit f9ccdb1
Show file tree
Hide file tree
Showing 9 changed files with 0 additions and 18 deletions.
2 changes: 0 additions & 2 deletions tests/test_xkcd_pass_emit_passwords.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@

from src.xkcd_pass import xkcd_pass

WORDFILE = "src/xkcd_pass/static/eff-long"


class TestEmitPasswords(unittest.TestCase):
"""
Expand Down
2 changes: 0 additions & 2 deletions tests/test_xkcd_pass_generate_xkpassword.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@

from src.xkcd_pass import xkcd_pass

WORDFILE = "src/xkcd_pass/static/eff-long"


class TestGenerateWordlist(unittest.TestCase):
"""
Expand Down
2 changes: 0 additions & 2 deletions tests/test_xkcd_pass_init.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@

from src.xkcd_pass import xkcd_pass

WORDFILE = "src/xkcd_pass/static/eff-long"


class TestInit(unittest.TestCase):
"""
Expand Down
2 changes: 0 additions & 2 deletions tests/test_xkcd_pass_interactive.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@

from src.xkcd_pass import xkcd_pass

WORDFILE = "src/xkcd_pass/static/eff-long"


class TestInteractiveInitialization(unittest.TestCase):
"""
Expand Down
2 changes: 0 additions & 2 deletions tests/test_xkcd_pass_main.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@

from src.xkcd_pass import xkcd_pass

WORDFILE = "src/xkcd_pass/static/eff-long"


class TestMain(unittest.TestCase):
"""
Expand Down
2 changes: 0 additions & 2 deletions tests/test_xkcd_pass_set_case.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@

from src.xkcd_pass import xkcd_pass

WORDFILE = "src/xkcd_pass/static/eff-long"


class TestSetCase(unittest.TestCase):
"""
Expand Down
2 changes: 0 additions & 2 deletions tests/test_xkcd_pass_try_input.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@

from src.xkcd_pass import xkcd_pass

WORDFILE = "src/xkcd_pass/static/eff-long"


class TestTryInput(unittest.TestCase):
"""
Expand Down
2 changes: 0 additions & 2 deletions tests/test_xkcd_pass_validate_options.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@

from src.xkcd_pass import xkcd_pass

WORDFILE = "src/xkcd_pass/static/eff-long"


class TestValidateOptions(unittest.TestCase):
"""
Expand Down
2 changes: 0 additions & 2 deletions tests/test_xkcd_pass_verbose_reports.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@

from src.xkcd_pass import xkcd_pass

WORDFILE = "src/xkcd_pass/static/eff-long"


class TestVerboseReports(unittest.TestCase):
"""
Expand Down

0 comments on commit f9ccdb1

Please sign in to comment.