summaryrefslogtreecommitdiff
path: root/tests/test_app.py
Commit message (Collapse)AuthorAgeFilesLines
* move tests into cliff packageDoug Hellmann2013-07-261-229/+0
| | | | Change-Id: I1c1f20b51fdfb84b3ed657d26dccedfd23e780eb
* Expose instantiated interpreter instance and assign it to the 'interpreter'Tomaz Muraus2013-05-291-0/+2
| | | | variable on the App instance.
* add style checks to testsDoug Hellmann2013-03-161-13/+20
| | | | | Change-Id: I34990c619e66df21148f28bc6d6d743332a4fa16 Signed-off-by: Doug Hellmann <doug.hellmann@dreamhost.com>
* Add tests for new functionality.Tomaz Muraus2012-09-101-0/+50
|
* pass more details to initialize_app so subclasses can decide what sort of ↵Doug Hellmann2012-05-101-1/+1
| | | | initialization to do
* 100% coverage of cliff.app moduleDoug Hellmann2012-04-291-9/+106
|
* add tests for App and fix an issue with error handling and clean_up() in ↵Doug Hellmann2012-04-291-0/+73
python 3.