nesian42ryukaiel / videoframepy

First Web + Python project.
MIT License
0 stars 0 forks source link

Add the standard template of unittest code #9

Closed wholesomemoon closed 3 years ago

wholesomemoon commented 3 years ago

I've created a test codes within the "tests" folder. To run unit test codes, you should type such as:

python3 -m unittest -v

As mentioned in the issue https://github.com/nesian42ryukaiel/videoframepy/issues/8 or https://github.com/nesian42ryukaiel/videoframepy/issues/5, you will have to delete the test-related files except for the files in this "tests" folder in the future.