Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 21 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,27 @@ of November 2022, the current implementation in this project will be obsolete. M
details on that can be found `here <https://docs.microsoft.com/en-us/outlook/rest/
compare-graph>`__.

Tests & linting
===============
Run tests with ``tox``:

.. code-block:: bash

# ensure tox is installed
$ tox

Run linter only:

.. code-block:: bash

$ tox -e lint

Optionally, run coverage as well with:

.. code-block:: bash

$ tox -e coverage

License
=======
MIT licensed. See `LICENSE <LICENSE>`__.