Raised a pull request for the test cases added for unetpy. Since unetpy has a dependency on fjagepy, current tests assume that the fjagepy is installed and tests the unetpy development.
> make
[ -d test/unet ] || (mkdir -p test/unet ; curl -o test/unet/unet-community-3.1.0.tgz https://unetstack.net/downloads/unet-community-3.1.0.tgz ; cd test/unet && tar xvzf unet-community-3.1.0.tgz)
python test/test.py
Starting 2-node simulation...
Starting tests...
Test agents
.Test bind and connect
.Test cancel
.Test communication
.Test gateway
.Test unet socket
.Test timeout
.
----------------------------------------------------------------------
Ran 7 tests in 6.224s
OK
Stopping 2-node simulation...
Simulation interrupted!```
Raised a pull request for the test cases added for
unetpy
. Sinceunetpy
has a dependency onfjagepy
, current tests assume that thefjagepy
is installed and tests theunetpy
development.