Fixed path log unit tests

This commit is contained in:
Markus Lampert
2022-08-10 17:32:39 -07:00
parent a5a284b148
commit 19a7d85595
2 changed files with 3 additions and 3 deletions

View File

@@ -1,3 +1,3 @@
from PathApp import *
import Path.Log
import Path.Log as Log

View File

@@ -24,10 +24,10 @@ import Path
import unittest
class TestPath.Log(unittest.TestCase):
class TestPathLog(unittest.TestCase):
"""Some basic tests for the logging framework."""
MODULE = "TestPath.Log" # file name without extension
MODULE = "TestPathLog" # file name without extension
def setUp(self):
Path.Log.setLevel(Path.Log.Level.RESET)