Merge pull request #3683 from caramelomartins/master

[#3402] CITATION
This commit is contained in:
Bruno Oliveira 2018-07-15 11:33:06 -03:00 committed by GitHub
commit a1c3df1889
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 17 additions and 0 deletions

16
CITATION Normal file
View File

@ -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},
}

View File

@ -0,0 +1 @@
Add CITATION to provide information on how to formally cite pytest.