7 lines
170 B
Python
7 lines
170 B
Python
from aerich.version import __version__
|
|
from tests._utils import run_shell
|
|
|
|
|
|
def test_python_m_aerich():
|
|
assert __version__ in run_shell("python -m aerich --version")
|