Skip to content

Commit c8f54ac

Browse files
committed
rename tests due to import errors
1 parent 3b390a4 commit c8f54ac

File tree

3 files changed

+1
-1
lines changed

3 files changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ test-all:
6363
coverage run -m pytest tests/test_cases/* -v
6464

6565
test-%:
66-
coverage run -m pytest tests/test_cases/$*.py -v
66+
coverage run -m pytest tests/test_cases/$*_*.py -v
6767

6868
coverage: test-all
6969
coverage report -m --include 'click_types/*','click_types/**/*','tests/**/*'

0 commit comments

Comments
 (0)