Skip to content

Make randomly skipped tests deterministic

Vicentini Filippo requested to merge github/fork/wdphy16/deterministic_test into master

Created by: wdphy16

By default Python's hash for objects (including types and strings) uses memory addresses and is subject to change between Python sessions, so we need to hash the content of the string.

Merge request reports