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

django-import-export / django-import-export / 9582331119 / 1
100%
main: 100%

Build:
DEFAULT BRANCH: main
Ran 19 Jun 2024 12:57PM UTC
Files 16
Run time 1s
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.1

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%)

1.0 hits per line

Source Files on job 3.11 - 9582331119.1
  • Tree
  • List 0
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 9582331119
  • e2f8b0f8 on github
  • Prev Job for on main (#9580811389.2)
  • Next Job for on main (#9582345536.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