Skip to content
This repository was archived by the owner on Nov 22, 2024. It is now read-only.

Commit 0b6271a

Browse files
committed
moved /tests to /CloudFlare/tests
1 parent 74c7ce0 commit 0b6271a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ install: build
3737
test: all
3838
@if pip show pytest-cov > /dev/null; \
3939
then \
40-
if [ `find CloudFlare cli4 examples tests setup.py -type f -name '*.py' -newer .coverage | wc -l` != 0 ]; \
40+
if [ `find CloudFlare CloudFlare/tests cli4 examples setup.py setup.cfg -type f -depth 1 -name '*.py' -newer .coverage | wc -l` != 0 ]; \
4141
then \
4242
echo $(PYTEST) --cov=CloudFlare ; \
4343
$(PYTEST) --cov=CloudFlare ; \

0 commit comments

Comments
 (0)