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

treasure-data / td-client-python / 305
96%
master: 14%

Build:
Build:
LAST BUILD BRANCH: main
DEFAULT BRANCH: master
Ran 26 Sep 2016 05:22AM UTC
Jobs 6
Files 63
Run time 2min
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
305

push

travis-ci

yyuu
Add workaround for "got multiple values for argument" errors from model constructors (#21, #22)

```
TypeError                                 Traceback (most recent call last)
<ipython-input-2-07b884d63a46> in <module>()
----> 1 td.schedules()

/home/yyuu/work/repos/git/treasure-data/td-client-python/tdclient/client.py in schedules(self)
    528         """
    529         result = self.api.list_schedules()
--> 530         return [ models.Schedule(self, m.get("name"), m.get("cron"), m.get("query"), **m) for m in result ]
    531
    532     def update_schedule(self, name, params=None):

/home/yyuu/work/repos/git/treasure-data/td-client-python/tdclient/client.py in <listcomp>(.0)
    528         """
    529         result = self.api.list_schedules()
--> 530         return [ models.Schedule(self, m.get("name"), m.get("cron"), m.get("query"), **m) for m in result ]
    531
    532     def update_schedule(self, name, params=None):

TypeError: __init__() got multiple values for argument 'name'
```

4673 of 4869 relevant lines covered (95.97%)

5.7 hits per line

Jobs
ID Job ID Ran Files Coverage
1 305.1 26 Sep 2016 05:22AM UTC 0
95.75
Travis Job 305.1
2 305.2 26 Sep 2016 05:22AM UTC 0
95.75
Travis Job 305.2
3 305.3 26 Sep 2016 05:22AM UTC 0
94.13
Travis Job 305.3
4 305.4 26 Sep 2016 05:22AM UTC 0
94.13
Travis Job 305.4
5 305.5 26 Sep 2016 05:22AM UTC 0
94.13
Travis Job 305.5
6 305.6 26 Sep 2016 05:24AM UTC 0
95.75
Travis Job 305.6
Source Files on build 305
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #305
  • 21738be1 on github
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