/pytest_vs_unittest_demo

Some demos to test pytest and unittest

Primary LanguagePython

pytest_vs_unittest_demo

Some demos to test pytest and unittest.You can use this repo to know the differences between pytest and unittest

Requirements

  • Python >3.10

Please install the dependencies via the requirements.txt file using

pip install -r requirements.txt
or
py -3 -m pip install -r requirements.txt