IhmeGroup / quail

A lightweight discontinuous Galerkin code for teaching and prototyping
GNU General Public License v3.0
52 stars 20 forks source link

Issue: Failing one test case makes other cases not be run #21

Closed alilasemi closed 3 years ago

alilasemi commented 3 years ago

When running Pytest, if one test case fails, the others are not run. This is bad, since all tests should run in order to get a percentage of which tests failed.

alilasemi commented 3 years ago

This was fixed by commit https://github.com/IhmeGroup/quail_dev/commit/cd3893ebb47802df558ae4229a8809d58a02401b.