Opened at 2021-02-24T19:43:00Z
Closed at 2021-04-21T13:52:02Z
#3619 closed defect (fixed)
Enable BytesWarnings-is-exception for test_system.py and integration tests
Reported by: | itamarst | Owned by: | itamarst |
---|---|---|---|
Priority: | normal | Milestone: | Support Python 3 |
Component: | unknown | Version: | n/a |
Keywords: | Cc: | ||
Launchpad Bug: |
Description
As follow-up to https://tahoe-lafs.org/trac/tahoe-lafs/ticket/3618, we should also convert str(b""), "%s" % (b"a") etc. into exceptions when running end-to-end tests with subprocesses.
Change History (1)
comment:1 Changed at 2021-04-21T13:52:02Z by GitHub <noreply@…>
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
In 4a10a21/trunk: