mirror of
https://gitea.osmocom.org/sim-card/pysim.git
synced 2026-03-17 02:48:34 +03:00
pySim.esim.saip: ProfileElement{Header,End} classes
Change-Id: I88e18c1ee4907eeac3ae5d04d7bc30d6765f91fa
This commit is contained in:
@@ -67,7 +67,8 @@ class SaipTest(unittest.TestCase):
|
||||
"""Test that DER-encoding of PE created by "empty" constructor works without raising exception."""
|
||||
for cls in [ProfileElementMF, ProfileElementPuk, ProfileElementPin, ProfileElementTelecom,
|
||||
ProfileElementUSIM, ProfileElementISIM, ProfileElementAKA, ProfileElementSD,
|
||||
ProfileElementSSD, ProfileElementOptUSIM, ProfileElementOptISIM]:
|
||||
ProfileElementSSD, ProfileElementOptUSIM, ProfileElementOptISIM,
|
||||
ProfileElementHeader, ProfileElementEnd]:
|
||||
with self.subTest(cls.__name__):
|
||||
pes = ProfileElementSequence()
|
||||
inst = cls()
|
||||
|
||||
Reference in New Issue
Block a user