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

plastex / plastex / 98
45%

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

pending completion
98

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

Jobs
ID Job ID Ran Files Coverage
1 98.1 22 Mar 2020 07:42PM UTC 0
58.88
Travis Job 98.1
Source Files on build 98
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #98
  • 6b2e603b on github
  • Prev Build on master (#97)
  • Next Build on master (#99)
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