HOWTO_TEST.txt 673 Bytes

*************************************************************************************
 Here is how you can TEST that pyros is working well (ensure that nothing is broken)
*************************************************************************************

(A) Running the unit tests suite:
- (1) Some unit tests only:
./pyros.py test
- (2) All unit tests:
./pyros.py testall

(B) Test with agents:
- (1) Test with agentA and agentB sending commands to each other:
./pyros.py -t start agentA,agentB
- (2) Test with agentTelescopeRequester sending commands to agentDevice:
./pyros.py -t start agentTelescopeRequester,agentDevice

(C) Interactive testing:
./pyros.py shell