8 lines
159 B
Python
8 lines
159 B
Python
|
from Lib.TestcaseBasicLibrary import *
|
||
|
from Pom.Home.Signin import *
|
||
|
|
||
|
|
||
|
class TestLogger:
|
||
|
def test_logger(self):
|
||
|
log.i('Logging some information.')
|