Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

test: command line interface #63

Merged
merged 2 commits into from
Mar 19, 2023
Merged

Conversation

lars-reimann
Copy link
Member

Closes #1.

Summary of Changes

Test the command line interface with pytest.

@lars-reimann lars-reimann linked an issue Mar 19, 2023 that may be closed by this pull request
@lars-reimann
Copy link
Member Author

lars-reimann commented Mar 19, 2023

🦙 MegaLinter status: ✅ SUCCESS

Descriptor Linter Files Fixed Errors Elapsed time
✅ PYTHON black 3 0 0 0.7s
✅ PYTHON flake8 3 0 0.39s
✅ PYTHON isort 3 0 0 0.3s
✅ PYTHON mypy 3 0 2.13s
✅ PYTHON pylint 3 0 1.74s
✅ REPOSITORY git_diff yes no 0.04s

See detailed report in MegaLinter reports
Set VALIDATE_ALL_CODEBASE: true in mega-linter.yml to validate all sources, not only the diff

MegaLinter is graciously provided by OX Security

@codecov
Copy link

codecov bot commented Mar 19, 2023

Codecov Report

Merging #63 (bc73aea) into main (defcc93) will increase coverage by 12.69%.
The diff coverage is n/a.

❗ Current head bc73aea differs from pull request most recent head 3ee04ae. Consider uploading reports for the commit 3ee04ae to get more accurate results

@@             Coverage Diff             @@
##             main      #63       +/-   ##
===========================================
+ Coverage   75.77%   88.46%   +12.69%     
===========================================
  Files          81       81               
  Lines        3719     3719               
===========================================
+ Hits         2818     3290      +472     
+ Misses        901      429      -472     

see 24 files with indirect coverage changes

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@lars-reimann lars-reimann merged commit 0062000 into main Mar 19, 2023
@lars-reimann lars-reimann deleted the 1-run-smoke-tests-with-pytest branch March 19, 2023 21:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Run smoke tests with pytest
1 participant