conftest.py 650 B

123456789101112131415
  1. TEST_PMID = "31025164"
  2. # PMID invalid (expecting 31025164)
  3. TEST_BIBTEX_ENTRY = r"""@Article{pmid31025164,
  4. Author="Egger, F. and Hofer, C. and Hammerle, F. P. and Löfler, S. and Nürnberg, M. and Fiedler, L. and Kriz, R. and Kern, H. and Huber, K. ",
  5. Title="{{I}nfluence of electrical stimulation therapy on permanent pacemaker function}",
  6. Journal="Wien Klin Wochenschr",
  7. Year="2019",
  8. Volume="131",
  9. Number="13-14",
  10. Pages="313--320",
  11. Month="Jul",
  12. Note={[DOI:\href{https://dx.doi.org/10.1007/s00508-019-1494-5}{10.1007/s00508-019-1494-5}] [PubMed:\href{https://www.ncbi.nlm.nih.gov/pubmed/9793098}{9793098}] }
  13. }
  14. """