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

Method test_empty_initialization

test/python/test_Settings.py:32–35  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

30 assert isinstance(s, Settings), (
31 "Can not create skeleton Settings instance.")
32 def test_empty_initialization(self):
33 s = Settings()
34 assert isinstance(s, Settings), (
35 "Can not create empty Settings instance.")
36
37@prepare_default_dir
38class Test_loadFile:

Callers

nothing calls this directly

Calls 1

SettingsClass · 0.85

Tested by

no test coverage detected