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

project-rig / rig / 539
100%
master: 100%

Build:
Build:
LAST BUILD BRANCH: rename_keyspace
DEFAULT BRANCH: master
Ran 21 Apr 2015 03:11PM UTC
Jobs 3
Files 77
Run time 5min
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
539

push

travis-ci

mundya
Subscriptable MemoryIO

Allows MemoryIO to be subscripted to generate new MemoryIOs which
reference only a portion of the memory of the original MemoryIO.

For example:
```python
>>> f = controller.sdram_alloc_as_filelike(12)
>>> f.write(b"Hello, world")
>>> f.read()
b"Hello, world"
>>> g = f[0:5]
>>> g.read()
b"Hello"
>>> f.seek(0)
>>> f.read()
b"Hello, world"
```

5872 of 5872 relevant lines covered (100.0%)

3.0 hits per line

Jobs
ID Job ID Ran Files Coverage
1 539.1 21 Apr 2015 03:11PM UTC 0
100.0
Travis Job 539.1
2 539.2 21 Apr 2015 03:13PM UTC 0
100.0
Travis Job 539.2
3 539.3 21 Apr 2015 03:16PM UTC 0
100.0
Travis Job 539.3
Source Files on build 539
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #539
  • f5cd78a3 on github
  • Next Build on subscript-memoryio (#542)
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