Got rid of print statements

This commit is contained in:
Mario Melara 2016-02-24 15:34:32 -08:00
parent 234681306c
commit 5c3c6e7f06

View file

@ -38,7 +38,6 @@ def test_cray_back_end_compiler_strategy(self):
self.assertEquals(self.cray_back_os.compiler_strategy, "MODULES")
def test_linux_operating_system(self):
print self.linux_operating_sys
self.assertIsInstance(self.linux_operating_sys, LinuxDistro)
def test_linux_compiler_strategy(self):