have_test_server: Checks availability of TEST server
Description
SQL Server details can be specified in a ~/sql.yaml file.
To be able to run examples and some tests in the package, it is necessary for
there to be a valid server with name TEST in this file.
Usage
have_test_server(type = "sqlserver")
Arguments
type
specifies whether the server type is "sqlserver" (default)
or "sybase"
Value
boolean TRUE if TEST server details are available. Otherwise,
FALSE