mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-01-10 07:20:56 +00:00
9 lines
143 B
Python
9 lines
143 B
Python
from ..src import prng
|
|
|
|
|
|
def pytest_runtest_teardown(item):
|
|
"""
|
|
Called after each test ran to reset the PRNG
|
|
"""
|
|
prng.seed = 0
|