Add --version argument#580
Add --version argument#580Julian merged 3 commits intopython-jsonschema:masterfrom vladmunteanu:version-argument
Conversation
Codecov Report
@@ Coverage Diff @@
## master #580 +/- ##
==========================================
+ Coverage 95.61% 95.62% +<.01%
==========================================
Files 19 19
Lines 2419 2421 +2
Branches 306 306
==========================================
+ Hits 2313 2315 +2
Misses 93 93
Partials 13 13 |
1 similar comment
Codecov Report
@@ Coverage Diff @@
## master #580 +/- ##
==========================================
+ Coverage 95.61% 95.62% +<.01%
==========================================
Files 19 19
Lines 2419 2421 +2
Branches 306 306
==========================================
+ Hits 2313 2315 +2
Misses 93 93
Partials 13 13 |
|
Hi! Thanks so much. Do you think you could give a shot at adding a simple test to the test suite? Something simple like just making sure that |
|
Hello @Julian, I have tried adding the test, verifying the full version string after stripping newlines. I can't run the test suite locally because I can't get pyenv and tox to play nice with each other. |
|
Thanks! Should just be that we need to make sure to run the right Curious to hear more though about
if you think the issue might not just be yours. Otherwise thanks again! |
|
Thanks @Julian! And sorry I didn't figure out the stderr thing myself. The problem I had with pyenv and tox has been fixed by running |
Closes #578
PY2 argparse action
PY3 argparse action