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

tueda / python-form / 43 / 1
96%
master: 88%

Build:
Build:
LAST BUILD BRANCH: dev-bundle
DEFAULT BRANCH: master
Ran 10 Aug 2015 05:41PM UTC
Files 4
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

10 Aug 2015 05:41PM UTC coverage: 87.658% (+1.0%) from 86.644%
43.1

push

travis-ci

tueda
Accept non-string objects in read()

When there are one or more non-string objects in the arguments, they
are considered as sequences, and the return value has a list structure
reflecting the arguments. For example,
  fl.read(['F1'])              -->  ['a1']
  fl.read(['F1', 'F2'])        -->  ['a1', 'a2']
  fl.read('F1', ['F2', 'F3'])  -->  ['a1', ['a2', 'a3']]

277 of 316 relevant lines covered (87.66%)

0.88 hits per line

Source Files on job 43.1
  • Tree
  • List 0
  • Changed 2
  • Source Changed 2
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 43
  • Travis Job 43.1
  • 3ec764e1 on github
  • Prev Job for on dev (#42.1)
  • Next Job for on dev (#45.3)
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