OpenMC/tests/test_matplotlib_import.py
2023-04-26 09:48:05 -05:00

6 lines
160 B
Python

import sys
import openmc
def test_matplotlib_presence():
"""Checks that matplotlib remains a deferred import"""
assert 'matplotlib' not in sys.modules