6 lines
80 B
Python
6 lines
80 B
Python
|
import pytest
|
||
|
|
||
|
def test_load_module():
|
||
|
__import__("modules.core.redshift")
|
||
|
|