mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 22:26:08 -04:00
Updating skip condition for dagmc test.
This commit is contained in:
parent
90185f5397
commit
93b3e63eeb
1 changed files with 2 additions and 2 deletions
|
|
@ -3,8 +3,8 @@ import os
|
|||
import pytest
|
||||
|
||||
pytestmark = pytest.mark.skipif(
|
||||
os.environ.get('CAD') != 'y',
|
||||
reason="CAD build is not enabled.")
|
||||
os.environ.get('DAGMC') != 'y',
|
||||
reason="DAGMC CAD geometry is not enabled.")
|
||||
|
||||
def test_cad():
|
||||
harness = CADTestHarness('statepoint.15.h5')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue