[][src]Module twitchchat::test

Helpful testing utilities

Structs

TagsBuilder

A builder for Tags -- this is useful for testing

TestConn

A test connection that you can use to insert into and read messages from.

TestConnector

A Connector that uses the TestConn

UserTags

Tags built by the user

Enums

BuilderError

An error returned by the Tags builder

Functions

escape_str

Escapes a string according to the IRCv3 spec

unescape_str

The reverse of escape_str.