Got rid of print statements
This commit is contained in:
parent
234681306c
commit
5c3c6e7f06
1 changed files with 0 additions and 1 deletions
|
@ -38,7 +38,6 @@ def test_cray_back_end_compiler_strategy(self):
|
||||||
self.assertEquals(self.cray_back_os.compiler_strategy, "MODULES")
|
self.assertEquals(self.cray_back_os.compiler_strategy, "MODULES")
|
||||||
|
|
||||||
def test_linux_operating_system(self):
|
def test_linux_operating_system(self):
|
||||||
print self.linux_operating_sys
|
|
||||||
self.assertIsInstance(self.linux_operating_sys, LinuxDistro)
|
self.assertIsInstance(self.linux_operating_sys, LinuxDistro)
|
||||||
|
|
||||||
def test_linux_compiler_strategy(self):
|
def test_linux_compiler_strategy(self):
|
||||||
|
|
Loading…
Reference in a new issue