5 lines
73 B
Python
5 lines
73 B
Python
|
def setup_module():
|
||
|
import pytest
|
||
|
|
||
|
pytest.importorskip("gensim")
|