diff --git a/_info/FileHead.template.py b/_info/FileHead.template.py index 24a3b1e..c01bd6c 100644 --- a/_info/FileHead.template.py +++ b/_info/FileHead.template.py @@ -12,14 +12,14 @@ @file: test_ServerClient.py @date: ##.##.2018 @author: Bastian Schroll -@description: Thats the FileHead that should be used for all files +@description: That is the FileHead that should be used for all files """ import logging import boswatch.module -class ClassName(): +class ClassName: """!General class comment""" def __init__(self): diff --git a/test/test_header.py b/test/test_header.py index 759f50d..6884ef4 100644 --- a/test/test_header.py +++ b/test/test_header.py @@ -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):