Skip to content

Commit

Permalink
[Test] Enable DeprecationWarning in Python test suite
Browse files Browse the repository at this point in the history
  • Loading branch information
speth committed Oct 7, 2015
1 parent 3d27dfa commit 92d3ba0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/python/runCythonTests.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,9 @@

import sys
import os
import warnings

warnings.simplefilter('default')
cantera_root = os.path.relpath(__file__).split(os.sep)[:-1] + ['..', '..']
py_version = 'python3' if sys.version_info[0] == 3 else 'python2'
module_path = os.path.abspath(os.sep.join(cantera_root + ['build', py_version]))
Expand Down

0 comments on commit 92d3ba0

Please sign in to comment.