A toolset for using and extending Cantera in Python.
Charles Reid 66f0fa9ee7 Update test_aidt.py 8 years ago
..
README.md Adding nose tests, and changes required to make them pass 11 years ago
SanDiego.xml updating tests with san diego xml mechanism files. 10 years ago
SanDiego201402_complete.xml updating tests with san diego xml mechanism files. 10 years ago
functions.py Adding piston cylinder class tests. Updating piston cylinder classes. 11 years ago
test_aidt.py Update test_aidt.py 8 years ago
test_bottledgases.py Adding tests for equilibrium reactors, and updating classes accordingly. 11 years ago
test_configurations.py Update test_configurations.py 8 years ago
test_gases.py Updating gas composition utilities, and adding additional test. 11 years ago
test_pistoncylinders.py Update test_pistoncylinders.py 8 years ago
test_reactors.py Update test_reactors.py 8 years ago

README.md

Tests

Directory containing nose regression tests.

Running Tests

To run the tests, use Nose:

nosetests 

Running Tests on Ubutunu

Note that to run these tests in Ubuntu, you may need to run

nosetests --exe

because, annoyingly, nose skips executable files.