mirror of
https://github.com/BOSWatch/BW3-Core.git
synced 2026-04-07 23:34:01 +00:00
edit some tests
This commit is contained in:
parent
2ea2e940ac
commit
a68f3f82e6
2 changed files with 9 additions and 9 deletions
|
|
@ -59,7 +59,7 @@ class Test_Config:
|
|||
|
||||
bwConfig2 = Config()
|
||||
bwConfig2.loadConfigFile(paths.TEST_PATH + "test.ini")
|
||||
assert bwConfig2._shareConfig("test_shareConfigUsed") is False
|
||||
assert not bwConfig2._shareConfig("test_shareConfigUsed")
|
||||
|
||||
def test_getNotSetSharedConfig(self):
|
||||
"""!try to get values from shared config where not exists"""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue