Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make cython tests portable #376

Closed

Commits on Oct 26, 2016

  1. Configuration menu
    Copy the full SHA
    2264093 View commit details
    Browse the repository at this point in the history
  2. git commit -m "[Cython/Test] Make cython testing portable.

    Rather than changing to the work directory, ensure all input/output files come from
    the the in-package test/data directory. This makes the Cython test suite standalone
    and the tests can be run using unittest as: python -m unittest -v cantera.test
    bryanwweber committed Oct 26, 2016
    Configuration menu
    Copy the full SHA
    c586feb View commit details
    Browse the repository at this point in the history