File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -36,14 +36,16 @@ Pyenv is a library to work with different python environments-
3636 * pyenv install 3.13
3737
3838## 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+
4749* pip install -r requirements.txt
4850
4951## Report view in VScode in TEST RESULTS :
You can’t perform that action at this time.
0 commit comments