🌐 AI搜索 & 代理 主页
Skip to content

Commit 3aca676

Browse files
committed
Pytest cache cleanup code
1 parent f0e33fe commit 3aca676

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

Makefile

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ install:
99
$(PIP) install -r requirements.txt
1010
@echo "Set env vars LT_USERNAME & LT_ACCESS_KEY"
1111
# Procure Username and AccessKey from https://accounts.lambdatest.com/security
12-
export LT_USERNAME=himanshuj
13-
export LT_ACCESS_KEY=Ia1Miq
12+
export LT_USERNAME=himanshujlambdatest
13+
export LT_ACCESS_KEY=URsVCP7vFs0pY9QVs016neJhZ2BuynstLaGYYzuZzdHB7r8x8s
1414

1515
.PHONY: test
1616
test:
@@ -53,6 +53,9 @@ clean:
5353
find . | grep -E "(.DS_Store)" | xargs rm -rf
5454
@echo "Clean of DS_Store Succeded"
5555

56+
find . | grep -E "(.cache)" | xargs rm -rf
57+
@echo "Pytest Cache clean Succeded"
58+
5659
.PHONY: distclean
5760
distclean: clean
5861
rm -rf venv

0 commit comments

Comments
 (0)