Improved test structure

This commit is contained in:
2021-03-12 16:13:17 +01:00
parent db21d88721
commit f36d8c3e9f
13 changed files with 5 additions and 4 deletions

View 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"
]
}
}