/python-unit-test

A sample python unit test project

Primary LanguagePythonMIT LicenseMIT

python-unit-test

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

Run Locally

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

Output

....
----------------------------------------------------------------------
Ran 4 tests in 0.390s

OK

Documentation

Python unit test documentation