mirror of
https://github.com/Cantera/cantera.git
synced 2026-08-19 01:14:44 -05:00
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