Skip to content

Unit Tests

agrov edited this page Feb 14, 2020 · 4 revisions

Unit tests for my Flask Application can be found as: FlaskWithMongoDB-master/unit_test.py. I used Python's famous unittest library for writing the unit tests for my project.The unittest module provides a rich set of tools for constructing and running tests.

Clone this wiki locally