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

Gallopsled / pwntools / 3617 / 1
74%
dev: 74%

Build:
Build:
LAST BUILD BRANCH: master
DEFAULT BRANCH: dev
Ran 08 Dec 2019 04:15PM UTC
Files 134
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

08 Dec 2019 04:10PM UTC coverage: 60.07% (-0.03%) from 60.097%
3617.1

Pull #1386

travis-ci

web-flow
Use ==/!= to compare str, bytes, and int literals

Identity is not the same thing as equality in Python so use ==/!= to compare str, bytes, and int literals. In Python >= 3.8, these instances will raise _SyntaxWarnings_ so it is best to fix them now. https://docs.python.org/3.8/whatsnew/3.8.html#porting-to-python-3-8

$ python
```python
>>> raw = 'ra'
>>> raw += 'w'
>>> raw == 'raw'
True
>>> raw is 'raw'
False
```
Pull Request #1386: Use ==/!= to compare str, bytes, and int literals

2554 of 5665 branches covered (45.08%)

8805 of 14658 relevant lines covered (60.07%)

0.6 hits per line

Source Files on job 3617.1
  • Tree
  • List 0
  • Changed 4
  • Source Changed 1
  • Coverage Changed 3
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Build 3325
  • Travis Job 3617.1
  • a11a3b40 on github
  • Prev Job for on patch-3 (#3610.2)
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