NCATComp410 / comp410_fall_2020

Repository for COMP410 Fall 2020 Semester
GNU General Public License v3.0
0 stars 20 forks source link

implemented stub got unit-test #94

Closed Son-Tiger closed 4 years ago

Son-Tiger commented 4 years ago

https://github.com/NCATComp410/comp410_fall_2020/issues/92

(base) PS C:\Users\Elvin\Desktop\all_repos\COMP_410\COMP_410_Fall_2020> pytest --cov=asa_parser ================================================= test session starts ================================================= platform win32 -- Python 3.8.3, pytest-5.4.3, py-1.9.0, pluggy-0.13.1 rootdir: C:\Users\Elvin\Desktop\all_repos\COMP_410\COMP_410_Fall_2020 plugins: cov-2.10.1 collected 15 items

asa_parser\tests\test_parser.py ............... [100%]

----------- coverage: platform win32, python 3.8.3-final-0 ----------- Name Stmts Miss Cover

asa_parser__init__.py 2 0 100% asa_parser\src\asa_parse.py 52 5 90% asa_parser\src\shtech_parse.py 27 1 96% asa_parser\tests__init__.py 0 0 100% asa_parser\tests\test_parser.py 76 0 100%

TOTAL 157 6 96%

================================================= 15 passed in 0.84s ==================================================