.F.F.F
======================================================================
FAIL: test_region_type_parser.test_get_mask
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/ec2-user/Projects/CIP-build/CIPPython-install/lib/python2.7/site-packages/nose/case.py", line 197, in runTest
self.test(*self.arg)
File "/home/ec2-user/Projects/CIP-build/CIP-build/cip_python/utils/tests/test_region_type_parser.py", line 40, in test_get_mask
"Mask is not as expected"
AssertionError: Mask is not as expected
======================================================================
FAIL: test_region_type_parser.test_get_all_chest_regions
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/ec2-user/Projects/CIP-build/CIPPython-install/lib/python2.7/site-packages/nose/case.py", line 197, in runTest
self.test(*self.arg)
File "/home/ec2-user/Projects/CIP-build/CIP-build/cip_python/utils/tests/test_region_type_parser.py", line 70, in test_get_all_chest_regions
"Retrieved chest regions not as expected"
AssertionError: Retrieved chest regions not as expected
======================================================================
FAIL: test_region_type_parser.test_get_all_pairs
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/ec2-user/Projects/CIP-build/CIPPython-install/lib/python2.7/site-packages/nose/case.py", line 197, in runTest
self.test(*self.arg)
File "/home/ec2-user/Projects/CIP-build/CIP-build/cip_python/utils/tests/test_region_type_parser.py", line 83, in test_get_all_pairs
"Retrieved pairs are not as expected"
AssertionError: Retrieved pairs are not as expected
----------------------------------------------------------------------
Ran 6 tests in 0.003s
FAILED (failures=3)