Archived

This forum has been archived. Please start a new discussion on GitHub.

tests enhancement requests

Can we have a run.py in test that runs the run.py below such that
run.py executes all the tests below it. This enables all tests to be
run more easily, otherwise each directory has to be manually visited
in turn.


A summary of how many tests there were, how many passed and how many failed would be nice (otherwise you have to make sure you didn't miss any error messages).

-Andrew M.

Comments

  • We have this already. It's called allTests.py, in the top-level directory of the Ice distribution. Or simply run "make test".