HMS-Analytical-Software / SASUnit

SASUnit is a unit testing framework for SAS(TM)-programs. It can be used for the development, execution and automatic documentation of tests for SAS programs.
GNU Lesser General Public License v3.0
2 stars 0 forks source link

Run assertions without test database #9

Open SamuelMelm opened 1 year ago

SamuelMelm commented 1 year ago

Full reporting is not always necessary. In some cases, it is sufficient to have results of checks written to the saslog. It should therefore be possible to start test scenarios directly and not have them spawned in a separate SAS session from the control environment.

Initsasunit with the sole parameter runmode=inline at the start of a test scenario initiates a special run mode where


Originally created on SourceForge by amangold - 20.07.2012, 23:05