new: working logger
This commit is contained in:
7
tests/test_logger.py
Normal file
7
tests/test_logger.py
Normal file
@@ -0,0 +1,7 @@
|
||||
import scgenerator as sc
|
||||
|
||||
|
||||
def test_get_logger():
|
||||
assert sc.get_logger() is sc.get_logger()
|
||||
assert sc.get_logger("this_test") is sc.get_logger("this_test")
|
||||
assert sc.get_logger("this_test") is not sc.get_logger()
|
||||
Reference in New Issue
Block a user