File manager - Edit - /opt/saltstack/salt/lib/python3.10/site-packages/Cryptodome/SelfTest/__pycache__/st_common.cpython-310.pyc
Back
o ;j� � @ sD d Z ddlZddlZddlmZ dd� Zdd� Zdd � Zd d� ZdS )z%Common functions for SelfTest modules� N)�bc C s t �� �| �S )z�Return a list of TestCase instances given a TestCase class This is useful when you have defined test* methods on your TestCase class. )�unittestZ TestLoaderZloadTestsFromTestCase)�class_� r �Q/opt/saltstack/salt/lib/python3.10/site-packages/Cryptodome/SelfTest/st_common.py�list_test_cases s r c C s. t | t�rtd�| �� ��S td��| �� �S )z,Remove whitespace from a text or byte string� )� isinstance�strr �join�split��sr r r �strip_whitespace'