Skip to content

Commit 690ca7b

Browse files
committed
add pytest in req
1 parent 23deb55 commit 690ca7b

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ venv/
1616
ENV/
1717
env.bak/
1818
venv.bak/
19+
temp/*
1920

2021
# mypy
2122
.mypy_cache/

requirements.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,5 @@ configparser==5.0.2
1212
crayons==0.4.0
1313
selenium==3.141.0
1414
webdriver-manager==3.3.0
15-
simple-term-menu==1.0.1
15+
simple-term-menu==1.0.1
16+
pytest==7.1.1

0 commit comments

Comments
 (0)