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

martin-majlis / Wikipedia-API / 115
96%

Build:
DEFAULT BRANCH: master
Ran 07 Apr 2019 09:29AM UTC
Jobs 4
Files 1
Run time 15s
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
115

push

travis-ci

martin-majlis
Allows to modify API call parameters

It is now possible to specify values of some parameters in API calls.
This is initial version that needs improvements.

Fixes issue # 16

```
import wikipediaapi
wiki = wikipediaapi.Wikipedia('en')
page = wiki.page('Indo-Pakistani_Sign_Language')
wiki.categories(page)
len(wiki.categories(page, clshow='!hidden))
len(wiki.categories(page, clshow='!hidden'))
```

Fixes issue # 21

```
import wikipediaapi
wiki = wikipediaapi.Wikipedia('en')
page = wiki.page('Python_(programming_language)')
len(wiki.extracts(page, exsentences=1))
len(wiki.extracts(page, exsentences=2))
```

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

360 of 375 relevant lines covered (96.0%)

1.92 hits per line

Jobs
ID Job ID Ran Files Coverage
1 115.1 07 Apr 2019 09:29AM UTC 0
Travis Job 115.1
2 115.2 07 Apr 2019 09:29AM UTC 0
Travis Job 115.2
3 115.3 07 Apr 2019 09:29AM UTC 0
96.0
Travis Job 115.3
4 115.4 07 Apr 2019 09:29AM UTC 0
96.0
Travis Job 115.4
Source Files on build 115
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #115
  • fa57536a on github
  • Prev Build on master (#114)
  • Next Build on master (#117)
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