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

Gallopsled / pwntools / 3617
74%
dev: 19%

Build:
Build:
LAST BUILD BRANCH: master
DEFAULT BRANCH: dev
Ran 08 Dec 2019 04:15PM UTC
Jobs 2
Files 134
Run time 22s
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
3617

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

2547 of 5673 branches covered (44.9%)

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

8842 of 14658 relevant lines covered (60.32%)

1.2 hits per line

Jobs
ID Job ID Ran Files Coverage
1 3617.1 08 Dec 2019 04:15PM UTC 0
60.07
Travis Job 3617.1
2 3617.2 08 Dec 2019 04:15PM UTC 0
60.1
Travis Job 3617.2
Source Files on build 3617
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #3617
  • Pull Request #1386
  • PR Base - dev3 (#3610)
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