5 lines
81 B
Python
5 lines
81 B
Python
import pytest
|
|
|
|
def test_load_module():
|
|
__import__("modules.contrib.pacman")
|
|
|