iblutil.tests.test_net
Classes
Test for base network utils. |
|
Tests for the app.Services class |
|
Test net.app.EchoProtocol with a TCP/IP transport layer |
- class TestBase(methodName='runTest')[source]
Bases:
IsolatedAsyncioTestCase
Test for base network utils.
NB: This requires internet access.
- class TestUDP(methodName='runTest')[source]
Bases:
IsolatedAsyncioTestCase
- async test_confirmed_send_validation()[source]
Basic tests for iblutil.io.net.app.EchoProtocol.confirmed_send exception handling.
- class TestWebSockets(methodName='runTest')[source]
Bases:
IsolatedAsyncioTestCase
Test net.app.EchoProtocol with a TCP/IP transport layer
- class TestServices(methodName='runTest')[source]
Bases:
IsolatedAsyncioTestCase
Tests for the app.Services class
- async test_init()[source]
Test init of services.
Unfortunately this test is convoluted due to the client and server being on the same machine.