poe-gen-tests
test framework for POE event loops
Install
- All systems
-
curl cmd.cat/poe-gen-tests.sh
- Debian
-
apt-get install libpoe-test-loops-perl
- Ubuntu
-
apt-get install libpoe-test-loops-perl
- 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
- Dockerfile
- dockerfile.run/poe-gen-tests
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.