Skip to content

Commit

Permalink
Updated contributing info.
Browse files Browse the repository at this point in the history
  • Loading branch information
domdfcoding committed Nov 9, 2020
1 parent 3d8823b commit d9418d1
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
7 changes: 7 additions & 0 deletions doc-source/contributing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,13 @@ To run tests for all Python versions, simply run:

tox

A series of reference images for ``test_Display.py`` are in the "tests/baseline" directory.
If these files need to be regenerated, run the following command:

.. prompt:: bash

pytest --mpl-generate-path="tests/baseline" tests/test_Display.py


Type Annotations
-------------------
Expand Down
1 change: 1 addition & 0 deletions repo_helper.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ sphinx_conf_preamble:

exclude_files:
- pre-commit
- contributing

enable_devmode: false

Expand Down

0 comments on commit d9418d1

Please sign in to comment.