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

Gallopsled / pwntools / 3450
19%

Build:
DEFAULT BRANCH: dev
Ran 08 May 2019 01:06PM UTC
Jobs 1
Files 133
Run time 7s
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
3450

push

travis-ci

Arusekk
Identity is not the same thing as equality in Python (#1306)

Use ==/!= to compare str, bytes, and int literals: __fmt is not 'raw'__ --> __fmt != 'raw'__

$ __python__
```python
>>> raw = 'ra'
>>> raw += 'w'
>>> raw
'raw'
>>> raw == 'raw'
True
>>> raw is 'raw'
False
```

2328 of 5356 branches covered (43.47%)

8170 of 13973 relevant lines covered (58.47%)

0.58 hits per line

Jobs
ID Job ID Ran Files Coverage
1 3450.1 08 May 2019 01:06PM UTC 0
58.47
Travis Job 3450.1
Source Files on build 3450
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #3450
  • c15afc59 on github
  • Prev Build on dev (#3435)
  • Next Build on dev (#3499)
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