[python] test: add a function to run single command test

This commit is contained in:
Émilie Feral
2020-04-01 14:15:57 +02:00
committed by LeaNumworks
parent d7804ad5d1
commit 11dc259566
2 changed files with 13 additions and 5 deletions

View File

@@ -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);