Automated Tests to test Device Servers
|
|
---|---|
Hi, we search for an automated test framework to test Tango DSs or best practices how to create automated tests before implementing an own solution. Is there a best practice or is there an initiation to create a test framework for this purpose? Thank you, Sandor |
|
|
---|---|
Hi Sandor, If you're using python, you might be interested in devicetest, a library for unit-testing of PyTango devices. It is based on the unittest python module and the tango -file option to run a server without database. The github repo includes a README file and a demo directory, so that shoud be enough to get you started. I presented this project at the last Tango meeting, the slides can be found here. Cheers, Vincent |
|
|
---|---|
@Vincent. Thank you for the hint and and links. We are going to try it. Sandor |