[dependencies] Standardize Cryptodome imports
This commit is contained in:
parent
754c84e2e4
commit
f6a765ceb5
9 changed files with 73 additions and 68 deletions
|
|
@ -31,6 +31,9 @@ class TestCompat(unittest.TestCase):
|
|||
# TODO: Test submodule
|
||||
# compat.asyncio.events # Must not raise error
|
||||
|
||||
with self.assertWarns(DeprecationWarning):
|
||||
compat.compat_pycrypto_AES # Must not raise error
|
||||
|
||||
def test_compat_expanduser(self):
|
||||
old_home = os.environ.get('HOME')
|
||||
test_str = R'C:\Documents and Settings\тест\Application Data'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue