pySim-shell: JSONpath support for updating files/records

Change-Id: Iad09b3d878b8b58ad34cb549c80f8a6eb3149faa
This commit is contained in:
Harald Welte
2021-04-07 00:14:40 +02:00
committed by laforge
parent 75487aed90
commit 0d4e98a2ac
6 changed files with 94 additions and 2 deletions

View File

@@ -14,6 +14,7 @@ virtualenv -p python3 venv --system-site-packages
pip install pytlv
pip install pyyaml
pip install cmd2
pip install jsonpath-ng
# Execute automatically discovered unit tests first
python -m unittest discover -v -s tests/