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

msiemens / tinydb / 185
100%
master: 98%

Build:
Build:
LAST BUILD BRANCH: dependabot/uv/urllib3-2.6.3
DEFAULT BRANCH: master
Ran 27 Nov 2014 09:52PM UTC
Jobs 6
Files 7
Run time 1min
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
185

push

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.

This also deprecates the `smart_cache` argument of `TinyDB.__init__` and
`TinyDB.table` in favor of this feature.

Example:

    TinyDB.table_class = SmartCacheTable  # For all new instances
    db.table_class = SmartCacheTable  # For all new tables

4 of 4 new or added lines in 1 file covered. (100.0%)

456 of 457 relevant lines covered (99.78%)

5.99 hits per line

Jobs
ID Job ID Ran Files Coverage
1 185.1 27 Nov 2014 09:52PM UTC 0
99.78
Travis Job 185.1
2 185.2 27 Nov 2014 09:52PM UTC 0
99.78
Travis Job 185.2
3 185.3 27 Nov 2014 09:52PM UTC 0
99.78
Travis Job 185.3
4 185.4 27 Nov 2014 09:53PM UTC 0
99.78
Travis Job 185.4
5 185.5 27 Nov 2014 09:53PM UTC 0
99.78
Travis Job 185.5
6 185.6 27 Nov 2014 09:53PM UTC 0
99.78
Travis Job 185.6
Source Files on build 185
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #185
  • fa2b76c0 on github
  • Prev Build on custom-table-class (#183)
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