1
0
Fork 0
QuaPy/quapy/tests/test_base.py

6 lines
95 B
Python

import pytest
def test_import():
import quapy as qp
assert qp.__version__ is not None