File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 11TEST_ENV := @PYTHONPATH=src:tests:../shared/src
22
33test :
4- $(TEST_ENV) python -m unittest
4+ $(TEST_ENV ) python -m unittest
55
66coverage-run :
7- $(TEST_ENV) coverage run -m unittest discover -v
7+ $(TEST_ENV ) coverage run -m unittest discover -v
88
99coverage-report :
10- $(TEST_ENV) coverage report -m
10+ $(TEST_ENV ) coverage report -m
1111
1212coverage-html :
13- $(TEST_ENV) coverage html
13+ $(TEST_ENV ) coverage html
1414
1515
1616.PHONY : build package
Original file line number Diff line number Diff line change 11from common .clients import logger
2- from clients import STREAM_NAME
2+ from common . clients import STREAM_NAME
33from common .log_decorator import logging_decorator
44from record_processor import process_record
55
You can’t perform that action at this time.
0 commit comments