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

Method test_skeleton_initialization

test/python/test_Log.py:12–15  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

10
11class Test___cinit__:
12 def test_skeleton_initialization(self):
13 l = Log(True)
14 assert isinstance(l, Log), (
15 "Can not create skeleton Log instance.")
16 def test_empty_initialization(self):
17 l = Log()
18 assert isinstance(l, Log), (

Callers

nothing calls this directly

Calls 1

LogClass · 0.85

Tested by

no test coverage detected