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

django-import-export / django-import-export / 9582331119
100%

Build:
DEFAULT BRANCH: main
Ran 19 Jun 2024 12:54PM UTC
Jobs 5
Files 16
Run time 1min
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

19 Jun 2024 12:51PM UTC coverage: 100.0%. Remained the same
9582331119

push

github

web-flow
Fix response content assertions (#1883)

Tests were using `str(response.content)` to converts bytes values to strings. But this method converts to string using `repr()`, giving the associated `b` prefix, quotes, and escaping:

```ipython
In [1]: str(b'<!doctype html>...')
Out[1]: "b'<!doctype html>...'"
```

This PR adjusts all such conversion in tests to use the correct method, `bytes.decode()`.

2107 of 2107 relevant lines covered (100.0%)

4.96 hits per line

Jobs
ID Job ID Ran Files Coverage
1 3.11 - 9582331119.1 19 Jun 2024 12:57PM UTC 0
100.0
GitHub Action Run
2 3.9 - 9582331119.2 19 Jun 2024 12:57PM UTC 0
99.19
GitHub Action Run
3 3.8 - 9582331119.3 19 Jun 2024 12:57PM UTC 0
99.19
GitHub Action Run
4 3.10 - 9582331119.4 19 Jun 2024 12:57PM UTC 0
100.0
GitHub Action Run
5 3.12 - 9582331119.5 19 Jun 2024 12:57PM UTC 0
100.0
GitHub Action Run
Source Files on build 9582331119
Detailed source file information is not available for this build.
  • Back to Repo
  • e2f8b0f8 on github
  • Prev Build on main (#9580811389)
  • Next Build on main (#9582345536)
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