OpenMDAO / testflo

A simple python testing framework that can run unit tests under MPI (or not).
Other
3 stars 7 forks source link

--timeout option only works for tests running in subprocesses #40

Open naylor-b opened 4 years ago

naylor-b commented 4 years ago

Easiest solution is probably to just run all tests in isolated mode if --timeout is specified.