6 lines
79 B
Python
6 lines
79 B
Python
|
import pytest
|
||
|
|
||
|
def test_load_module():
|
||
|
__import__("modules.contrib.twmn")
|
||
|
|