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