From e99afd0226f32982bdab6fa3526b1a41e399e351 Mon Sep 17 00:00:00 2001 From: Vitalii Cherkashyn Date: Wed, 1 Sep 2021 00:38:04 +0200 Subject: [PATCH] airflow shopify run --- python.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/python.md b/python.md index b878cd54..719f1b40 100755 --- a/python.md +++ b/python.md @@ -402,6 +402,10 @@ pip3 install tox  # plugin for PyCharm: pytest-cov ``` +## run tests +```sh +python -m unittest airflow_shopify.shopify.test_shopify_common +``` # Alembic ![migration schema](https://i.postimg.cc/tJSJWfFc/alembic.png)