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

blaze / blaze / 4890 / 1
14%
master: 14%

Build:
DEFAULT BRANCH: master
Ran 09 May 2017 06:49PM UTC
Files 67
Run time 735min
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

09 May 2017 06:40PM UTC coverage: 87.234% (+0.06%) from 87.176%
SPARK_VERSION=1.4

push

travis-ci

llllllllll
ENH: Add `literal`, analogous to `data`.

The purpose of the `literal` function is to create leafs which delegate the repr to
the underlying data; e.g. `repr(frozenset([1, 2, 3]))` and
`repr(literal(frozenset([1, 2, 3]))` would be equivalent.

Change the `Data` class to `Literal`, and change the repr logic so that if
`_name` is `None` the repr of the `data` object is used.

Support for generated names which include the data type, dshape and name generated
by autoincrementing is retained by giving the `data` function a new default of
`name=generated`.

This patch also moves some tests from `test_interactive` to test suites
dedicated to `literal` and `data`.

6034 of 6917 relevant lines covered (87.23%)

0.87 hits per line

Source Files on job 4890.1 (SPARK_VERSION=1.4)
  • Tree
  • List 0
  • Changed 12
  • Source Changed 5
  • Coverage Changed 8
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 4890
  • Travis Job 4890.1
  • f9c83148 on github
  • Prev Job for SPARK_VERSION=1.4 on master (#4883.3)
  • Next Job for SPARK_VERSION=1.4 on master (#4896.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

© 2025 Coveralls, Inc