2010-05-26 14:49:01 +02:00
|
|
|
.. _tutorial-testing:
|
|
|
|
|
|
2010-04-18 13:15:00 +02:00
|
|
|
Bonus: Testing the Application
|
2010-05-30 02:06:12 +08:00
|
|
|
==============================
|
2010-04-18 13:15:00 +02:00
|
|
|
|
|
|
|
|
Now that you have finished the application and everything works as
|
2010-07-23 17:49:03 +01:00
|
|
|
expected, it's probably not a bad idea to add automated tests to simplify
|
2010-05-02 11:38:40 +02:00
|
|
|
modifications in the future. The application above is used as a basic
|
2014-12-12 22:52:36 -08:00
|
|
|
example of how to perform unit testing in the :ref:`testing` section of the
|
2010-05-02 11:38:40 +02:00
|
|
|
documentation. Go there to see how easy it is to test Flask applications.
|