-
-
Notifications
You must be signed in to change notification settings - Fork 2.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #3683 from caramelomartins/master
[#3402] CITATION
- Loading branch information
Showing
2 changed files
with
17 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
NOTE: Change "x.y" by the version you use. If you are unsure about which version | ||
you are using run: `pip show pytest`. | ||
|
||
Text: | ||
|
||
[pytest] pytest x.y, 2004 | ||
Krekel et al., https://github.com/pytest-dev/pytest | ||
|
||
BibTeX: | ||
|
||
@misc{pytestx.y, | ||
title = {pytest x.y}, | ||
author = {Krekel, Holger and Oliveira, Bruno and Pfannschmidt, Ronny and Bruynooghe, Floris and Laugher, Brianna and Bruhin, Florian}, | ||
year = {2004}, | ||
url = {https://github.com/pytest-dev/pytest}, | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
Add CITATION to provide information on how to formally cite pytest. |