7 lines
80 B
Python
7 lines
80 B
Python
|
|
||
|
import secret_loader
|
||
|
|
||
|
def test_init():
|
||
|
secret_loader.SecretLoader('TEST')
|
||
|
|