Remove generator from test utils
Signed-off-by: Katarzyna Treder <katarzyna.treder@h-partners.com>
This commit is contained in:
parent
7f5bbb5240
commit
2390e4c2af
@ -1,11 +0,0 @@
|
|||||||
#
|
|
||||||
# Copyright(c) 2019-2021 Intel Corporation
|
|
||||||
# SPDX-License-Identifier: BSD-3-Clause
|
|
||||||
#
|
|
||||||
|
|
||||||
import random
|
|
||||||
import string
|
|
||||||
|
|
||||||
|
|
||||||
def random_string(length: int, chars=string.ascii_letters + string.digits):
|
|
||||||
return ''.join(random.choice(chars) for i in range(length))
|
|
Loading…
Reference in New Issue
Block a user