Skip to content

Commit 2cc1be2

Browse files
committed
Fix pylint to check test code correctly
The tests folder is no longer a python module.
1 parent c083219 commit 2cc1be2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ coverage:
6262
.PHONY: check
6363
check:
6464
@echo "*** Running pylint ***"
65-
$(PYTHON) -m pylint simpleline/ examples/*/*.py tests/
65+
$(PYTHON) -m pylint simpleline/ examples/*/*.py tests/units/
6666

6767
.PHONY: install
6868
install:

0 commit comments

Comments
 (0)