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

plastex / plastex / 98 / 1
45%
master: 45%

Build:
DEFAULT BRANCH: master
Ran 22 Mar 2020 07:42PM UTC
Files 187
Run time 11s
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

22 Mar 2020 07:32PM UTC coverage: 58.879% (-2.6%) from 61.518%
98.1

push

travis-ci

PatrickMassot
Fix benchmarked tests (again).

This time I went for full pytest style. Mixing old fashioned unittest
and pytest is ok for simple tests, but not for something that
complicated. Those tests weren't actually ran, they were erroring
without failing.

Fixing that revealed two bugs. First it exposed again #71, which is now
fixed for good. Then it exposed a python version mess. Since python 3.6,
dictionary key insertion order is preserved. That sometimes changes
the output of simpleTAL, by changing the order of attributes (which has
no impact on rendering). Rather than patching simpleTAL to make sure it
acts the same on python 3.5 and 3.6, I introduced a mechanism to skip
such tests on python 3.5 (currently used in two tests : textcomp and
align), and modified the benchmarks to be what python >= 3.6 produces.

I also came across a difference in enumarate. The benchmarked weren't
expecting a value attribute on li tags. Since this attribute seem to
be there on purpose, I changed the benchmarks.

@kesmit13

9350 of 15880 relevant lines covered (58.88%)

0.59 hits per line

Source Files on job 98.1
  • Tree
  • List 0
  • Changed 14
  • Source Changed 1
  • Coverage Changed 14
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 49
  • Travis Job 98.1
  • 6b2e603b on github
  • Prev Job for on master (#97.1)
  • Next Job for on master (#99.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