mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-19 00:37:25 +01:00
[python] test: add a function to run single command test
This commit is contained in:
committed by
LeaNumworks
parent
d7804ad5d1
commit
11dc259566
@@ -21,3 +21,4 @@ void inlineToBeSingleInput(char * buffer, size_t bufferSize, const char * script
|
||||
|
||||
void assert_script_execution_succeeds(const char * script, const char * outputText = nullptr);
|
||||
void assert_script_execution_fails(const char * script);
|
||||
void assert_command_execution_succeeds(const char * line, const char * outputText = nullptr);
|
||||
|
||||
Reference in New Issue
Block a user