Files
cantera/test/python
Ray Speth 4657df50a2 [Test] Make deprecation warnings fatal for all ways of running tests
Since tests like test_composite.TestModels.test_load_thermo_models rely on
deprecation warnings being fatal, we need to make sure that this setting is
always enabled. Previously, running the tests using "python -m unittest" instead
of the runCythonTests.py script did not do this.

Fixes #802
2020-02-12 13:45:53 -05:00
..