Did I find the right examples for you? yes no Crawl my project Python Jobs
All Samples(0) | Call(0) | Derive(0) | Import(0)
src/p/r/Products.CMFBibliographyAT-1.1.4.1/Products/CMFBibliographyAT/tests/testBibliographyFolder.py Products.CMFBibliographyAT(Download)
def test_BibtexExportCiteKeys(self): bf = self.getPopulatedBibFolder(setup.BIBTEX_TEST_CITE_KEY, 'bib') #bib_source = bf.bibliography_export(format='BibTeX').strip() bib_source = bf.restrictedTraverse('@@export').export(format='BibTeX').strip() #expected_source = open(setup.BIBTEX_TEST_CITE_KEY, 'r').read().strip()