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

msiemens / tinydb / 184 / 3
98%
master: 98%

Build:
DEFAULT BRANCH: master
Ran 27 Nov 2014 09:51PM UTC
Files 7
Run time 4s
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

27 Nov 2014 09:49PM UTC coverage: 99.781% (+0.001%) from 99.78%
184.3

Pull #43

travis-ci

msiemens
Create infrastructure for custom table classes

Now one can set which table class TinyDB should use by setting the
`table_class` attribute on the TinyDB class or instance. This
gives us the flexibility to introduce more powerful features in
custom table classes without flooding `TinyDB.__init__` and `TinyDB.table`
with additional special arguments.

Example:

    TinyDB.table_class = SmartCacheTable  # For all new instances
    db.table_class = SmartCacheTable  # For all new tables
Pull Request #43: Create infrastructure for custom table classes

456 of 457 relevant lines covered (99.78%)

1.0 hits per line

Source Files on job 184.3
  • Tree
  • List 0
  • Changed 1
  • Source Changed 1
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 184
  • Travis Job 184.3
  • 7cf62016 on github
  • Prev Job for on master (#169.6)
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