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)
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)