MCPcopy Create free account
hub / github.com/CompPhysVienna/n2p2 / test_skeleton_initialization

Method test_skeleton_initialization

test/python/test_Atom.py:25–27  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

23
24class Test___cinit__:
25 def test_skeleton_initialization(self):
26 a = Atom(True)
27 assert isinstance(a, Atom), "Can not create skeleton Atom instance."
28 def test_empty_initialization(self):
29 a = Atom()
30 assert isinstance(a, Atom), "Can not create empty Atom instance."

Callers

nothing calls this directly

Calls 1

AtomClass · 0.50

Tested by

no test coverage detected