CC-5709: Airtime Analyzer

* Added unit test coverage report stuff
* Added more unit tests
* 98% test coverage :-)
* Fixed a few bugs and removed some dead code
This commit is contained in:
Albert Santoni 2014-03-26 15:06:48 -04:00
parent 9e9e676b54
commit 58a38ffd3a
8 changed files with 66 additions and 13 deletions

View file

@ -68,4 +68,6 @@ a test, run:
$ nosetests -s
To run the unit tests and generate a code coverage report, run:
$ nosetests --with-coverage --cover-package=airtime_analyzer