File tree Expand file tree Collapse file tree 1 file changed +10
-8
lines changed Expand file tree Collapse file tree 1 file changed +10
-8
lines changed Original file line number Diff line number Diff line change @@ -36,14 +36,16 @@ Pyenv is a library to work with different python environments-
36
36
* pyenv install 3.13
37
37
38
38
## Add libraries to be used in the package to requirements.txt :
39
- Set up requirements.txt for required packages
40
- pydantic : https://docs.pydantic.dev/latest/ - Data validation library for python
41
- requests - To get data from APIs
42
- pytest : https://docs.pytest.org/en/stable/ - python testing library
43
- jsonschema
44
- pytest-html
45
- pytest-cov
46
- pre-commit
39
+ ** Set up requirements.txt for required packages**
40
+
41
+ * pydantic : https://docs.pydantic.dev/latest/ - Data validation library for python
42
+ * requests - To get data from APIs
43
+ * pytest : https://docs.pytest.org/en/stable/ - python testing library
44
+ * jsonschema :
45
+ * pytest-html:
46
+ * pytest-cov:
47
+ * pre-commit:
48
+
47
49
* pip install -r requirements.txt
48
50
49
51
## Report view in VScode in TEST RESULTS :
You can’t perform that action at this time.
0 commit comments