-
Notifications
You must be signed in to change notification settings - Fork 18
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
[IMP] Add list-missing command #22
Conversation
By the way, how do we run tests in this project ? :-) |
Codecov Report
@@ Coverage Diff @@
## main #22 +/- ##
==========================================
+ Coverage 94.22% 94.26% +0.04%
==========================================
Files 21 21
Lines 658 663 +5
Branches 126 126
==========================================
+ Hits 620 625 +5
Misses 21 21
Partials 17 17
Continue to review full report at Codecov.
|
Why not :)
I guess I'll need to document that. In the meantime: $ pipx install tox
$ tox -e py38 or, in an active virtualenv with a recent pip $ pip install -e .[test]
$ pytest |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. Can you update documentation ?
Looks good. Can you squash and add a |
Done |
Hm, 2 pre-commit failures: |
Thanks @sbidoul |
Thanks to you for the contrib, @hparfr |
List missing modules in a new command
Because
manifestoo tree | grep not installed | sed ....
is not handy