#2266 closed defect (fixed)

remove unused deterministic RNG code in TestMixin

Reported by: daira Owned by: GitHub <noreply@…>
Priority: minor Milestone: soon
Component: code Version: 1.10.0
Keywords: cleanup tests Cc:
Launchpad Bug:

Description

In 1852#comment:14, zooko said:

[...] the other thing the TestMixin does replaces os.urandom with a deterministic RNG in order to make tests more reproducible. It isn't currently used, so let's remove that functionality.

Change History (1)

comment:1 Changed at 2020-01-20T15:08:21Z by GitHub <noreply@…>

  • Owner set to GitHub <noreply@…>
  • Resolution set to fixed
  • Status changed from new to closed

In 5e1c3df/trunk:

Merge pull request #677 from tahoe-lafs/2266.remove-repeatable-random

Remove repeatable random test helper

Fixes: ticket:2266

Note: See TracTickets for help on using tickets.