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