[Test] Remove printed output from tests
This commit is contained in:
parent
06a739d26e
commit
4fb0d52d4b
1 changed files with 3 additions and 1 deletions
|
|
@ -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)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue