#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

In 4a10a21/trunk:

Merge pull request #1044 from tahoe-lafs/3619.byteswarning-exceptions-in-integration-tests

Enable BytesWarning? exceptions in integration tests

Fixes ticket:3619

Note: See TracTickets for help on using tickets.