Added unittest projects

This commit is contained in:
2022-05-26 13:37:15 +02:00
parent d0e66d24bd
commit c2706c7737
59 changed files with 357 additions and 91 deletions

View File

@@ -0,0 +1 @@
# imports:

View File

@@ -0,0 +1,43 @@
{
"ProjectSettings": {
"Name": "unittest_cli",
"Version": {
"Major": "0",
"Minor": "0",
"Micro": "0"
},
"Author": "",
"AuthorEmail": "",
"Description": "",
"LongDescription": "",
"URL": "",
"CopyrightDate": "",
"CopyrightName": "",
"LicenseName": "",
"LicenseDescription": "",
"Dependencies": [
"cpl-core>=2022.6.17.dev1"
],
"PythonVersion": ">=3.10.4",
"PythonPath": {
"linux": ""
},
"Classifiers": []
},
"BuildSettings": {
"ProjectType": "library",
"SourcePath": "",
"OutputPath": "../../dist",
"Main": "tests/unittest_cli.main",
"EntryPoint": "tests/unittest_cli",
"IncludePackageData": false,
"Included": [],
"Excluded": [
"*/__pycache__",
"*/logs",
"*/tests"
],
"PackageData": {},
"ProjectReferences": []
}
}