Skip to content

Commit

Permalink
Amend documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
sergeyklay committed Jan 3, 2021
1 parent eec8b24 commit 4748d2c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ New features
~~~~~~~~~~~~

* Added ``-o`` as a short form of ``--org`` argument.
* Added ability to limit sync to the specified repositories using ``--repo``
option.
* Added ability to limit sync to the specified repositories using ``-r``,
``--repo`` option.

Packaging changes
~~~~~~~~~~~~~~~~~
Expand Down
1 change: 1 addition & 0 deletions tests/test_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@

@pytest.mark.parametrize('token', ['', None, False])
def test_client_empty_token(token):
"""Call Client() with empty token should raise exception."""
with pytest.raises(ValueError) as excinfo:
Client(token)

Expand Down

0 comments on commit 4748d2c

Please sign in to comment.