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

Gallopsled / pwntools / 3449
74%
dev: 19%

Build:
Build:
LAST BUILD BRANCH: master
DEFAULT BRANCH: dev
Ran 08 May 2019 10:02AM UTC
Jobs 1
Files 133
Run time 13s
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
3449

Pull #1306

travis-ci

web-flow
Identity is not the same thing as equality in Python

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
```
Pull Request #1306: Identity is not the same thing as equality in Python

2331 of 5356 branches covered (43.52%)

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

8175 of 13973 relevant lines covered (58.51%)

0.59 hits per line

Jobs
ID Job ID Ran Files Coverage
1 3449.1 08 May 2019 10:02AM UTC 0
58.51
Travis Job 3449.1
Source Files on build 3449
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #3449
  • Pull Request #1306
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