diff --git a/package.json b/package.json index a8d7b23..674e515 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,10 @@ "description": "IoT RF Device Mapping Platform - Wigle for Sub-GHz Signals", "type": "module", "scripts": { - "test:decoder": "node static/js/decoder/test.js" + "test": "python -m pytest tests/ -v", + "test:decoder": "node static/js/decoder/test.js", + "test:python": "python -m pytest tests/ -v", + "test:coverage": "python -m pytest tests/ --cov=src --cov-report=html" }, "keywords": [ "rf",