You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 28, 2023. It is now read-only.
It is very tedious to test the bot against a running instance of Gerrit. It should rather simple to write a ssh server which will just replay a file on some commands. Gerrit can be simulated as output to stdout and input from stdin. An integration test is then a triple of files: one is replayed on stdin of the bot, one on the output of the ssh server, and the third one is used as expected output of the bot.
The text was updated successfully, but these errors were encountered:
It is very tedious to test the bot against a running instance of Gerrit. It should rather simple to write a ssh server which will just replay a file on some commands. Gerrit can be simulated as output to stdout and input from stdin. An integration test is then a triple of files: one is replayed on stdin of the bot, one on the output of the ssh server, and the third one is used as expected output of the bot.
The text was updated successfully, but these errors were encountered: