Improved test structure
This commit is contained in:
24
src/tests/custom/general/cpl.json
Normal file
24
src/tests/custom/general/cpl.json
Normal file
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"ProjectSettings": {
|
||||
"Name": "sh_cpl.tests",
|
||||
"Author": "Sven Heidemann",
|
||||
"Description": "Common Python Library CLI",
|
||||
"LongDescription": "Common Python Library CLI",
|
||||
"CopyrightDate": "2020",
|
||||
"CopyrightName": "sh-edraft.de",
|
||||
"LicenseName": "MIT",
|
||||
"LicenseDescription": ", see LICENSE for more details.",
|
||||
"Version": {
|
||||
"Major": "2021",
|
||||
"Minor": "04",
|
||||
"Micro": "01"
|
||||
},
|
||||
"SourcePath": "./",
|
||||
"DistPath": "../../dist",
|
||||
"Included": [],
|
||||
"Excluded": [
|
||||
"__pycache__",
|
||||
"logs"
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user