Skip to content

Commit

Permalink
--update-all and --interactive (#96)
Browse files Browse the repository at this point in the history
Fixes #90
  • Loading branch information
Peter Bengtsson authored Nov 8, 2018
1 parent f39192e commit c8b10e1
Show file tree
Hide file tree
Showing 5 changed files with 920 additions and 84 deletions.
7 changes: 6 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ To run the tests with test coverage, with ``pytest`` run something like
this::

$ pip install pytest-cover
$ pytest --cov hashin --cov-report html tests
$ pytest --cov=hashin --cov-report=html
$ open htmlcov/index.html


Expand Down Expand Up @@ -254,6 +254,11 @@ Version History

next

* ``--interactive`` (when you use ``--update-all``) will iterate over all outdated
versions in your requirements file and ask, for each one, if you want to
updated it.
See https://github.com/peterbe/hashin/issues/90

* Order of hashes should not affect if a package in the requirements file
should be replaced or not.
See https://github.com/peterbe/hashin/issues/93
Expand Down
Loading

0 comments on commit c8b10e1

Please sign in to comment.