qmcpack/nexus/tests/unit/test_pyscf_analyzer.py

14 lines
208 B
Python

def test_import():
from pyscf_analyzer import PyscfAnalyzer
#end def test_import
def test_empty_init():
from pyscf_analyzer import PyscfAnalyzer
PyscfAnalyzer(None)
#end def test_empty_init