• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

sciunto-org / python-bibtexparser / 371 / 1
97%
master: 97%

Build:
DEFAULT BRANCH: master
Ran 20 Jun 2017 07:52PM UTC
Files 20
Run time 1s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

20 Jun 2017 07:51PM UTC coverage: 96.53% (+0.6%) from 95.918%
TEST_SUITE=suite_2_7

push

travis-ci

web-flow
Merge pull request #165 from omangin/feat/better-strings


 Adds basic (experimental) support to represent bibtex strings and string expressions.

By default, strings and expressions are expanded by default into the value they represent. This behavior is controlled by the ``interpolate_string`` argument of the BibTexParser. It defaults to ``True`` but can be set to ``False``, in which case bibtex strings and string expressions from input files are represented with the :class:`bibdatabase.BibDataString` and :class:`bibdatabase.BibDataStringExpression` from the :mod:`bibdatabase` module. Both classes retain the intrinsic structure of the string or expression so that they can be written to a new file, the same way. Each instance provides a :func:`get_value` method to interpolate the string or expression and the module also provide an :func:`bibdatabase.as_text` helper to expand a string or an expression when needed.

1530 of 1585 relevant lines covered (96.53%)

0.97 hits per line

Source Files on job 371.1 (TEST_SUITE=suite_2_7)
  • Tree
  • List 0
  • Changed 8
  • Source Changed 8
  • Coverage Changed 8
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 371
  • Travis Job 371.1
  • 16419946 on github
  • Prev Job for TEST_SUITE=suite_2_7 on master (#367.1)
  • Next Job for TEST_SUITE=suite_2_7 on master (#378.1)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc