Skip to content
This repository has been archived by the owner on Aug 11, 2023. It is now read-only.

Commit

Permalink
Quote and parenthesize packagename.test() call
Browse files Browse the repository at this point in the history
Without the parentheses and the backticks, it looks like a typo.
  • Loading branch information
lpsinger committed Oct 6, 2021
1 parent 779c43f commit 9daadd3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
This file is used to configure the behavior of pytest when using the Astropy
test infrastructure. It needs to live inside the package in order for it to
get picked up when running the tests inside an interpreter using
packagename.
`{{ cookiecutter.module_name }}.test()`.
"""

Expand Down

0 comments on commit 9daadd3

Please sign in to comment.