A sample python unit test project
In this project, unit tests were created in the python environment related to adding a new user and updating the user information. Project Tree:
| .gitignore
| LICENSE
| README.md
| test.py
|
\---app
| __init__.py
|
+---utiliy
| __init__.py
Clone the project
git clone https://github.com/koksalkapucuoglu/python-unit-test.git
Go to the project directory
cd python-unit-test
To run tests, run the following command
python test.py
....
----------------------------------------------------------------------
Ran 4 tests in 0.390s
OK