Introduce code for ES2+ API client functionality

Change-Id: Id652bb4c2df8893a824b8bb44beeafdfbb91de3f
This commit is contained in:
Harald Welte
2024-02-06 19:42:19 +01:00
parent e1c0b626d8
commit 95873a964e
4 changed files with 540 additions and 2 deletions

View File

@@ -45,7 +45,8 @@ case "$JOB_TYPE" in
--disable E1102 \
--disable E0401 \
--enable W0301 \
pySim tests/*.py *.py
pySim tests/*.py *.py \
contrib/es2p_client.py
;;
"docs")
rm -rf docs/_build