fosslight / fosslight_scanner

FOSSLight Scanner
Apache License 2.0
17 stars 16 forks source link

Change the test code to use pytest #124

Closed cjho0316 closed 1 month ago

cjho0316 commented 1 month ago

Description

Change existing test to pytest what I've done in this PR: 1. add tests/test__get_input.py 2. add tests/test__help.py 3. add tests/test__parse_setting.py 4. add tests/test__run_compare.py 5. add tests/test_cli.py 6. add tests/test_common.py 7. add tests/test_fosslight_scanner.py 8. change tox.ini ## Type of change Please insert 'x' one of the type of change. - [ ] Bug fix (non-breaking change which fixes an issue) - [ ] New feature (non-breaking change which adds functionality) - [ ] Documentation update - [x] Refactoring, Maintenance - [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
soimkim commented 1 month ago

@cjho0316 , 수정 완료된 커맨트에 답변 남겨주시고, Resolve conversation 클릭해주십시오. Description 정정 부탁드립니다. test 파일 추가보다 기존 test를 pytest로 변경한다고 작성 부탁드립니다.