source: mailjam/postman/tests/__init__.py@ 1:421645ee4cd9

Last change on this file since 1:421645ee4cd9 was 1:421645ee4cd9, checked in by Francisco de Borja Lopez Rio <borja@…>, 12 years ago

Moved the source code from src/ to postman/

Added tests (unittests) splitted into one testing module per app source
file (tests/models.py for testing models.py, tests/storage.py for testing
storage.py and so on). Currently only tests for models have been added.

Added a script to run the tests

File size: 48 bytes
Line 
1# -*- coding: utf-8 -*-
2
3from models import *
4
5
Note: See TracBrowser for help on using the repository browser.