hD > d Z ddlZddlZddlmZ d Zd Zd Zd ZdS )z%Common functions for SelfTest modules N)bc N t j | S )zReturn a list of TestCase instances given a TestCase class
This is useful when you have defined test* methods on your TestCase class.
)unittest
TestLoaderloadTestsFromTestCase)class_s {/builddir/build/BUILD/imunify360-venv-2.6.2/opt/imunify360/venv/lib64/python3.11/site-packages/Crypto/SelfTest/st_common.pylist_test_casesr
s!
66v>>> c t | t r4t d | S t d | S )z,Remove whitespace from a text or byte string )
isinstancestrr joinsplitss r strip_whitespacer ' sV !C %##$$$uuzz!''))$$$r c D t j t | S )z2Convert hexadecimal to binary, ignoring whitespace)binasciia2b_hexr r s r r r . s ,Q//000r c * t j | S )zConvert binary to hexadecimal)r b2a_hexr s r r r 2 s Ar ) __doc__r r Crypto.Util.py3compatr r
r r r r r