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

Gallopsled / pwntools / 3618
67%
dev: 19%

Build:
Build:
LAST BUILD BRANCH: master
DEFAULT BRANCH: dev
Ran 08 Dec 2019 04:32PM 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
3618

push

travis-ci

Arusekk
Use ==/!= to compare str, bytes, and int literals (#1386)

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
```

2546 of 5673 branches covered (44.88%)

8841 of 14658 relevant lines covered (60.32%)

1.2 hits per line

Jobs
ID Job ID Ran Files Coverage
1 3618.1 08 Dec 2019 04:32PM UTC 0
60.06
Travis Job 3618.1
2 3618.2 08 Dec 2019 04:32PM UTC 0
60.1
Travis Job 3618.2
Source Files on build 3618
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #3618
  • 98bdcfd9 on github
  • Prev Build on dev3 (#3610)
  • Next Build on dev3 (#3632)
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