forked from sim-card/pysim
1
0
Fork 0
pysim/tests
Harald Welte e8439d9639 pylint: sms.py
pySim/sms.py:23:0: W0404: Reimport 'Flag' (imported line 23) (reimported)
pySim/sms.py:54:4: C0103: Method name "fromBytes" doesn't conform to snake_case naming style (invalid-name)
pySim/sms.py:60:4: C0103: Method name "toBytes" doesn't conform to snake_case naming style (invalid-name)
pySim/sms.py:120:4: C0103: Method name "fromBytes" doesn't conform to snake_case naming style (invalid-name)
pySim/sms.py:132:4: C0103: Method name "fromSmpp" doesn't conform to snake_case naming style (invalid-name)
pySim/sms.py:137:4: C0103: Method name "toSmpp" doesn't conform to snake_case naming style (invalid-name)
pySim/sms.py:141:4: C0103: Method name "toBytes" doesn't conform to snake_case naming style (invalid-name)
pySim/sms.py:188:4: C0103: Method name "fromBytes" doesn't conform to snake_case naming style (invalid-name)
pySim/sms.py:192:8: W0612: Unused variable 'flags' (unused-variable)
pySim/sms.py:209:4: C0103: Method name "toBytes" doesn't conform to snake_case naming style (invalid-name)
pySim/sms.py:228:4: C0103: Method name "fromSmpp" doesn't conform to snake_case naming style (invalid-name)
pySim/sms.py:236:4: C0103: Method name "fromSmppSubmit" doesn't conform to snake_case naming style (invalid-name)
pySim/sms.py:279:4: C0103: Method name "fromBytes" doesn't conform to snake_case naming style (invalid-name)
pySim/sms.py:306:12: W0107: Unnecessary pass statement (unnecessary-pass)
pySim/sms.py:311:12: W0107: Unnecessary pass statement (unnecessary-pass)
pySim/sms.py:319:4: C0103: Method name "toBytes" doesn't conform to snake_case naming style (invalid-name)
pySim/sms.py:339:4: C0103: Method name "fromSmpp" doesn't conform to snake_case naming style (invalid-name)
pySim/sms.py:347:4: C0103: Method name "fromSmppSubmit" doesn't conform to snake_case naming style (invalid-name)
pySim/sms.py:373:4: C0103: Method name "toSmpp" doesn't conform to snake_case naming style (invalid-nam

Change-Id: I8082a01443ef568eebda696239572f0af7b56f1b
2024-02-05 09:50:47 +01:00
..
pySim-prog_test.sh transport: print reader device/number on init 2023-10-26 15:17:07 +00:00
pySim-trace_test.sh pySim-trace_test.sh: Force termcolor to suppress color generation 2023-12-23 10:38:21 +01:00
test_apdu.py Introduce APDU/TPDU trace decoder 2022-07-23 12:18:57 +02:00
test_construct.py construct: Add StripTrailerAdapter 2024-02-05 01:39:39 +01:00
test_esim.py pySim.esim: Add class for parsing/encoding eSIM activation codes 2024-01-30 21:33:41 +01:00
test_esim_bsp.py Initial proof-of-concept SM-DP+ for GSMA consumer eSIM RSP 2024-01-09 21:37:12 +00:00
test_esim_saip.py osmo-smdpp: Support multiple different profiles 2024-01-30 21:33:41 +01:00
test_euicc.py euicc: Implement EID checksum verification + computation 2024-01-16 19:04:19 +01:00
test_files.py test_files: Test decoder also with ff-padded input 2023-12-29 18:51:25 +01:00
test_globalplatform.py global_platform: KCV support for PUT KEY 2024-02-04 21:27:00 +01:00
test_ota.py pylint: sms.py 2024-02-05 09:50:47 +01:00
test_sms.py pylint: sms.py 2024-02-05 09:50:47 +01:00
test_tlv.py make our tests pass pylint 2024-02-04 21:27:00 +01:00
test_tlvs.py global_platform: Add TLV test data for Key Information Data 2023-12-27 15:15:58 +00:00
test_utils.py TLV: Add DGI encoding of "GP Scripting Language Annex B" 2024-01-14 17:42:01 +01:00