poe-gen-tests

test framework for POE event loops

Install

All systems
curl cmd.cat/poe-gen-tests.sh
Debian Debian
apt-get install libpoe-test-loops-perl
Ubuntu
apt-get install libpoe-test-loops-perl
image/svg+xml Kali Linux
apt-get install libpoe-test-loops-perl
Fedora
dnf install perl-POE-Test-Loops
Windows (WSL2)
sudo apt-get update sudo apt-get install libpoe-test-loops-perl
Raspbian
apt-get install libpoe-test-loops-perl

libpoe-test-loops-perl

test framework for POE event loops

POE::Test::Loops is a Perl helper module that provides a framework for testing the functionality of POE event loops. It contains a single function that sets up all the loop tests for one or more POE::Loop subclasses. It is most useful during development and building of POE event loops.

perl-POE-Test-Loops

Reusable tests for POE::Loop authors