PRTG / PythonMiniProbe

MiniProbe for PRTG Network Monitor written in Python
BSD 3-Clause "New" or "Revised" License
73 stars 50 forks source link

Development pull for unittesting and travis-ci integration #12

Closed eagle00789 closed 9 years ago

eagle00789 commented 9 years ago

merged the development branch to my own fork Added a .travis.yml file for automated Continues Integration testing (just go to https://travis-ci.org/eagle00789/PythonMiniProbe for the result) Added the first unittest script to test some functions of some of the sensors. More tests will be added later, as code cleanup, refactoring and other stuff is being done in the development branch.