mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 22:26:08 -04:00
Removing conftest, relying on file in directory above.
This commit is contained in:
parent
22448ee005
commit
90185f5397
1 changed files with 0 additions and 16 deletions
|
|
@ -1,16 +0,0 @@
|
|||
import openmc
|
||||
import pytest
|
||||
|
||||
|
||||
|
||||
@pytest.fixture(scope='module', autouse=True)
|
||||
def setup_cad_test(request):
|
||||
# Reset autogenerated IDs assigned to OpenMC objects
|
||||
openmc.reset_auto_ids()
|
||||
|
||||
# Change to test directory
|
||||
olddir = request.fspath.dirpath().chdir()
|
||||
try:
|
||||
yield
|
||||
finally:
|
||||
olddir.chdir()
|
||||
Loading…
Add table
Add a link
Reference in a new issue