6 lines
91 B
Python
6 lines
91 B
Python
|
import pytest
|
||
|
|
||
|
def test_load_module():
|
||
|
__import__("modules.contrib.layout-xkbswitch")
|
||
|
|