[Test] Remove printed output from tests

This commit is contained in:
Bryan W. Weber 2016-11-10 19:50:25 -05:00 committed by Bryan W. Weber
parent 06a739d26e
commit 4fb0d52d4b

View file

@ -709,7 +709,9 @@ class TestThermo(utilities.CanteraTest):
self.assertTrue(self.gas.T > self.gas.max_temp)
def test_volume(self):
""" This phase should follow the ideal gas law """
"""
This phase should follow the ideal gas law
"""
g = self.gas
self.assertNear(g.P, g.density_mole * ct.gas_constant * g.T)