feat: support command python -m aerich (#417)
* feat: support command `python -m aerich` * docs: update changelog
This commit is contained in:
6
tests/test_python_m.py
Normal file
6
tests/test_python_m.py
Normal file
@@ -0,0 +1,6 @@
|
||||
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")
|
||||
Reference in New Issue
Block a user