Bonosa2 commited on
Commit
b281659
·
verified ·
1 Parent(s): 4fe93f9

Create test-requirements.txt

Browse files
Files changed (1) hide show
  1. test-requirements.txt +16 -0
test-requirements.txt ADDED
@@ -0,0 +1,16 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Testing Dependencies
2
+ pytest>=7.0.0
3
+ pytest-cov>=4.0.0
4
+ pytest-mock>=3.10.0
5
+ pytest-xdist>=3.0.0
6
+
7
+ # Code Quality
8
+ black>=23.0.0
9
+ flake8>=6.0.0
10
+ isort>=5.12.0
11
+ mypy>=1.0.0
12
+
13
+ # Additional Test Utilities
14
+ factory-boy>=3.2.0
15
+ freezegun>=1.2.0
16
+ responses>=0.23.0