Attention is currently required from: laforge, dexter. laforge has uploaded a new patch set (#13) to the change originally created by dexter. ( https://gerrit.osmocom.org/c/pysim/+/24012 )
Change subject: filesystem: add unit tests for encoder/decoder methods ......................................................................
filesystem: add unit tests for encoder/decoder methods
Lets add test vectors for the per-record/per-file encode/decode of our various classes for the Elementary Files.
We keep the test vectors as class variables of the respective EF-classes to ensure implementation and test vectors are next to each other.
The test classes then iterate over all EF subclasses and execute the decode/encode functions using the test vectors from the class variables.
Change-Id: I02d884547f4982e0b8ed7ef21b8cda75237942e2 Related: OS#4963 --- M pySim/gsm_r.py M pySim/ts_102_221.py M pySim/ts_31_102.py M pySim/ts_31_102_telecom.py M pySim/ts_31_103.py M pySim/ts_51_011.py A tests/test_files.py 7 files changed, 523 insertions(+), 13 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/pysim refs/changes/12/24012/13