mirror of
https://github.com/BOSWatch/BW3-Core.git
synced 2026-04-05 06:15:31 +00:00
little style change
This commit is contained in:
parent
864b168e20
commit
d5aed7d803
2 changed files with 5 additions and 4 deletions
|
|
@ -15,12 +15,13 @@
|
|||
@description: Unittests for BOSWatch. File must be run as "pytest" unittest
|
||||
"""
|
||||
|
||||
import pytest # impot the pytest framework
|
||||
|
||||
import pytest # import the pytest framework
|
||||
|
||||
import boswatch.utils.header
|
||||
|
||||
|
||||
class Test_Header():
|
||||
class Test_Header:
|
||||
"""!Unittests for the header"""
|
||||
|
||||
def test_logoToLog(self):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue