mozilla-services / cliquet

CLIQUET IS NOW DEPRECATED use kinto.core instead
http://github.com/Kinto/kinto
Other
64 stars 16 forks source link

Output the cliquet version with --version. #636

Closed almet closed 8 years ago

almet commented 8 years ago

r? @leplatrem

Not sure how to test this. Insights?

leplatrem commented 8 years ago

r+

If you want to add some tests you can have a look at the run command tests here : https://github.com/mozilla-services/cliquet/blob/2.15.0/cliquet/tests/test_scripts.py#L12-L17

and see how you could substitute sys.stdout by some StringIO or similar