pysim/tests
Harald Welte f8d2e2ba08 split pySim/legacy/{cards,utils} from pySim/{cards,utils}
There are some functions / classes which are only needed by the legacy
tools pySim-{read,prog}, bypassing our modern per-file transcoder
classes.  Let's move this code to the pySim/legacy sub-directory,
rendering pySim.legacy.* module names.

The long-term goal is to get rid of those and have all code use the
modern pySim/filesystem classes for reading/decoding/encoding/writing
any kind of data on cards.

Change-Id: Ia8cf831929730c48f90679a83d69049475cc5077
2023-07-12 22:03:59 +02:00
..
pysim-test.sh Python 2 is deprecated, remove backwards compatibility chunks 2021-03-07 20:33:46 +01:00
test_apdu.py Introduce APDU/TPDU trace decoder 2022-07-23 12:18:57 +02:00
test_construct.py Extend unit test coverage for construct, add [some] tests for TLV 2022-02-14 00:41:24 +01:00
test_files.py filesystem: add unit tests for encoder/decoder methods 2023-02-01 10:52:23 +01:00
test_ota.py tests: Add new, data-driven OTA tests 2023-06-18 10:50:50 +02:00
test_sms.py Add support for encoding/decoding SMS in TPDU and SMPP format 2023-06-18 10:46:23 +02:00
test_tlv.py Extend unit test coverage for construct, add [some] tests for TLV 2022-02-14 00:41:24 +01:00
test_utils.py split pySim/legacy/{cards,utils} from pySim/{cards,utils} 2023-07-12 22:03:59 +02:00