Skip to content
  • Martin Bauer's avatar
    Fix for pytest importorskip introduced in 2659b514 · 1a15233d
    Martin Bauer authored
    - test_serial_scenarios already tested if waLBerla is available by catching ImportErrors
    - importorskip from pytest throws another exception, which is not part of the public API
    -> catching all exceptions - which is not really elegant but works
    1a15233d