Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
pronovic committed Jul 7, 2021
1 parent cdbedb5 commit 3e24a98
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions DEVELOPER.md
Original file line number Diff line number Diff line change
Expand Up @@ -355,10 +355,10 @@ in the list above.

Unit tests are written using [Pytest](https://docs.pytest.org/en/latest/),
and API documentation is written
using [Google Style Python Docstring](https://sphinxcontrib-napoleon.readthedocs.io/en/latest/example_google.html). However, neither of these is the default in PyCharm. In
the PyCharm settings, go to **Tools > Python Integrated Tools**. Under
**Testing > Default test runner**, select _pytest_. Under **Docstrings > Docstring format**,
select _Google_.
using [Google Style Python Docstring](https://sphinxcontrib-napoleon.readthedocs.io/en/latest/example_google.html). However,
neither of these is the default in PyCharm. In the PyCharm settings, go to
**Tools > Python Integrated Tools**. Under **Testing > Default test runner**,
select _pytest_. Under **Docstrings > Docstring format**, select _Google_.

### Running Unit Tests

Expand Down

0 comments on commit 3e24a98

Please sign in to comment.