# Functions
GetEnvHost returns the hostname of the Mongodb server to use for testing.
GetEnvPort returns the port of the Mongodb server to use for testing.
NewDirectSession estbalishes direct connections with a list of hosts.
NewModule creates a new mb.Module instance and validates that at least one host has been specified.
ParseURL parses valid MongoDB URL strings into an mb.HostData instance.