Skip to content

Commit 3951c1a

Browse files
author
abel
committed
(fix) Included __init__.py in the tests folder to make it a python module
1 parent 855a48e commit 3951c1a

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,6 @@ copy-proto:
3535
done
3636

3737
tests:
38-
pytest -v tests/**
38+
pytest -v
3939

4040
.PHONY: all gen gen-client copy-proto tests

tests/__init__.py

Whitespace-only changes.

0 commit comments

Comments
 (0)