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

Method test_empty_initialization

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

Source from the content-addressed store, hash-verified

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), (
19 "Can not create empty Log instance.")
20
21class Test_addLogEntry:
22 def test_add_string_entry(self):

Callers

nothing calls this directly

Calls 1

LogClass · 0.85

Tested by

no test coverage detected