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

SatelliteQE / nailgun / 482
97%

Build:
DEFAULT BRANCH: master
Ran 18 Aug 2015 01:02AM UTC
Jobs 3
Files 6
Run time 43s
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
482

push

travis-ci

Ichimonji10
Release version 0.22.0

This release fixes a major bug present in version 0.21.0. Specifically, this
release fixes a bug introduced by 3857d0180,
entitled "Make class ServerConfig set a default version".

The ServerConfig class will no longer set a default version if none is provided.
The ServerConfig class now has the same behaviour it has had for some time:

> When a `ServerConfig` object is created, only the 'url' argument is required.
> All other arguments are optional. […]
>
>     >>> from nailgun.config import ServerConfig
>     >>> hasattr(ServerConfig('some url'), 'version')
>     False

This does lead to some awkward version comparisons:

> This leads to idioms like the following in module `nailgun.entities`:
>
>     if _get_version(self._server_config) < Version('6.1'):
>         # do something

However, this approach is the most semantically correct approach available. In
addition, in this case it seems better to have a single slightly awkward idiom
for version comparisons than to have two separate but similar idioms for version
comparisons.

1404 of 1445 relevant lines covered (97.16%)

2.91 hits per line

Jobs
ID Job ID Ran Files Coverage
1 482.1 18 Aug 2015 01:02AM UTC 0
97.16
Travis Job 482.1
2 482.2 18 Aug 2015 01:02AM UTC 0
97.16
Travis Job 482.2
3 482.3 18 Aug 2015 01:02AM UTC 0
97.16
Travis Job 482.3
Source Files on build 482
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #482
  • 55bcae22 on github
  • Prev Build on master (#480)
  • Next Build on master (#485)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc