mirror of
https://github.com/BOSWatch/BW3-Core.git
synced 2026-04-07 23:34:01 +00:00
edit tests
This commit is contained in:
parent
f14a78984a
commit
0c7fc84089
6 changed files with 74 additions and 72 deletions
|
|
@ -18,7 +18,7 @@
|
|||
|
||||
# import pytest # import the pytest framework
|
||||
|
||||
import boswatch.utils.header
|
||||
from boswatch.utils import header
|
||||
|
||||
|
||||
class Test_Header:
|
||||
|
|
@ -26,12 +26,12 @@ class Test_Header:
|
|||
|
||||
def test_logoToLog(self):
|
||||
"""!Test logo to log"""
|
||||
assert boswatch.utils.header.logoToLog()
|
||||
assert header.logoToLog()
|
||||
|
||||
def test_infoToLog(self):
|
||||
"""!Test info to log"""
|
||||
assert boswatch.utils.header.infoToLog()
|
||||
assert header.infoToLog()
|
||||
|
||||
def test_logoToScreen(self):
|
||||
"""!Test logo to screen"""
|
||||
assert boswatch.utils.header.logoToScreen()
|
||||
assert header.logoToScreen()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue