Add testrunner #23
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: uplime/rowbot#23
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Add a testrunner to Rowbot that tests all functions. It should hook up
in_sock
andout_sock
to named pipes that will send and receive mock IRC messages. Thelog_fd
variable will also be hooked up to a named pipe, to test log output. Finally,run_callbacks
will be levaraged to run callbacks for everything else (such as utilities).