qmcpack/nexus/tests/unit/test_rmg_analyzer.py

17 lines
257 B
Python

import testing
from testing import value_eq,object_eq,text_eq
def test_import():
from rmg_analyzer import RmgAnalyzer
#end def test_import
def test_empty_init():
from rmg_analyzer import RmgAnalyzer
RmgAnalyzer()
#end def test_empty_init