Skip to content

Commit

Permalink
increase unit test coverage percent
Browse files Browse the repository at this point in the history
  • Loading branch information
tp7309 committed Apr 25, 2020
1 parent f41e739 commit 8f7afb8
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ autopep8 = "*"

[packages]
tqdm = ">=4.23"
click = "==6.7"
click = ">=6.7"

[requires]
python_version = "3.7"
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
tqdm>=4.23
click==6.7
click>=6.7
3 changes: 3 additions & 0 deletions tests/test_TTPassGen.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@

tests_path = os.path.dirname(os.path.abspath(__file__))

lc = None
go = None


# tests/in.dict generate by: ttpassgen -r "[123]{3}" in.dict
class Test_ttpassgen(unittest.TestCase):
Expand Down

0 comments on commit 8f7afb8

Please sign in to comment.