Skip to content

Commit

Permalink
testse
Browse files Browse the repository at this point in the history
  • Loading branch information
diligejy committed Jan 18, 2024
1 parent ee14e2a commit aa37363
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ install:
pip install -r requirements.txt

lint:
pylint --disable=R,C Practical_MLOps\Ch1\hello.py
pylint --disable=R,C Practical_MLOps/Ch1/hello.py

test:
python -m pytest -vv --cov=hello Practical_MLOps\Ch1\test_hello.py
python -m pytest -vv --cov=hello Practical_MLOps/Ch1/test_hello.py

0 comments on commit aa37363

Please sign in to comment.