1
0
mirror of https://github.com/sasjs/core.git synced 2026-01-08 18:00:06 +00:00

feat: new macro for validating inputs (mp_validatecol.sas), also a refresh of the tests now that sasjs test is released. All tests are passing

This commit is contained in:
Allan Bowe
2021-05-05 01:35:00 +03:00
parent e01b06b640
commit fb21a0adfd
11 changed files with 2347 additions and 28 deletions

View File

@@ -17,7 +17,22 @@
}
},
"serviceConfig": {
"initProgram": "tests/testinit.sas"
"initProgram": "tests/testinit.sas",
"termProgram": "tests/testterm.sas",
"serviceFolders": [
"tests/base",
"tests/viya"
],
"macroVars": {
"mcTestAppLoc": "/Public/temp/macrocore"
}
},
"testConfig": {
"initProgram": "tests/testinit.sas",
"termProgram": "tests/testterm.sas",
"macroVars": {
"mcTestAppLoc": "/Public/temp/macrocore"
}
},
"defaultTarget": "viya",
"targets": [
@@ -26,15 +41,6 @@
"serverUrl": "https://sas.analytium.co.uk",
"serverType": "SASVIYA",
"appLoc": "/Public/temp/macrocore",
"serviceConfig": {
"serviceFolders": [
"tests/base",
"tests/viya"
],
"macroVars": {
"mcTestAppLoc": "/Public/temp/macrocore"
}
},
"deployConfig": {
"deployServicePack": true
},