Author :
Alex Nicksay
Date :
2016-12-09 07:44:05
Hash :4a60128c Message :Python: Convert bro.py tests to unittest style (#478)
* Create unittest-style tests for `bro.py` decompression and compression
* Delete old tests for `bro.py`
* Update test method generation to properly create a Cartesian product
of iterables using `itertools.product`