Split test runner for C++ and Python regressions tests

Issue #952 new
Prof Garth Wells created an issue

The C++ and Python demos are run by a common test runner script. This script imports the DOLFIN Python module, which is bad because it makes the Python interface a requirements for running the C++ tests. The scripts is also complicated.

The test runner should be split cleanly between the C++ and Python interfaces.

Comments (0)

  1. Log in to comment