iicsys / pypmu

pyPMU - Python implementation of the IEEE C37.118 synchrophasor standard
BSD 3-Clause "New" or "Revised" License
60 stars 46 forks source link

test: arrange using unittest #37

Open aleneus opened 2 years ago

aleneus commented 2 years ago

All tests from validate_frames.py have been organized as separate and clear unit tests. Now you can run the testing process using the nose2 command and see report in the end. The order in tests leads to further improvement of testing practice.