# Functions
GetConfig returns a config for the test cases as a singleton.
No description provided by the author
NewTendermint creates a new tendermint server and sleeps forever.
RecreateConfig instructs the RPC test to recreate the configuration each time, instead of treating it as a global singleton.
StartTendermint starts a test tendermint server in a go routine and returns when it is initialized.
StopTendermint stops a test tendermint server, waits until it's stopped and cleans up test/config files.
SuppressStdout is an option that tries to make sure the RPC test Tendermint node doesn't log anything to stdout.