Added first tests #191
Some checks failed
Test before pr merge / test-lint (pull_request) Failing after 7s

This commit is contained in:
2025-12-10 23:20:25 +01:00
parent cc76227199
commit 17408d5cd2
76 changed files with 338 additions and 3334 deletions

26
test/cpl.project.json Normal file
View File

@@ -0,0 +1,26 @@
{
"name": "test",
"version": "0.1.0",
"type": "unittest",
"license": "",
"author": "",
"description": "",
"homepage": "",
"keywords": [],
"dependencies": {
"cpl-core": "~2024.7.0"
},
"devDependencies": {
"cpl-cli": ">2024.7.0",
"pytest": "~8.4.2",
"pytest-mock": "~3.15.1",
"pytest-asyncio": "~1.2.0"
},
"references": [],
"main": null,
"directory": "./",
"build": {
"include": [],
"exclude": []
}
}