Flask-Extension Test Results

This page contains the detailed test results for the test run of all approved Flask extensions.

Summary

Extension Version Author License Outcome py25 py26 py27
Flask-Babel 0.6 Armin Ronacher BSD success see log see log see log
Flask-CouchDB 0.2.1 Matthew "LeafStorm" Frazier MIT success see log see log see log
Flask-Creole 0.4.4 Ali Afshar MIT success see log see log see log
Flask-Genshi 0.3.1 Dag Odenhall BSD success see log see log see log
Flask-Mail 0.3.4 Dan Jacob BSD success see log see log see log
Flask-Script 0.3 Dan Jacob BSD success see log see log see log
Flask-SQLAlchemy 0.9.1 Armin Ronacher BSD success see log see log see log
Flask-Testing 0.2.3 Dan Jacob BSD success see log see log see log
Flask-Themes 0.1.2 Matthew "LeafStorm" Frazier MIT success see log see log see log
Flask-Uploads 0.1.2 Matthew "LeafStorm" Frazier MIT success see log see log see log
Flask-WTF 0.2.3 Dan Jacob BSD success see log see log see log
Flask-XML-RPC 0.1.2 Matthew "LeafStorm" Frazier MIT success see log see log see log

Test Logs

Detailed test logs for all tests on all platforms:

Flask-Babel - 0.6 [py25]

cd tests; python tests.py
........
----------------------------------------------------------------------
Ran 8 tests in 0.204s

OK

Flask-Babel - 0.6 [py26]

cd tests; python tests.py
........
----------------------------------------------------------------------
Ran 8 tests in 0.144s

OK

Flask-Babel - 0.6 [py27]

cd tests; python tests.py
........
----------------------------------------------------------------------
Ran 8 tests in 0.159s

OK

Flask-CouchDB - 0.2.1 [py25]

running test
Checking .pth file support in .
/private/tmp/flaskext-test/Flask-CouchDB/Flask-CouchDB-0.2.1/.tox/py25/bin/python -E -c pass
Searching for nose
Reading http://pypi.python.org/simple/nose/
Reading http://somethingaboutorange.com/mrl/projects/nose/
Best match: nose 0.11.4
Downloading http://somethingaboutorange.com/mrl/projects/nose/nose-0.11.4.tar.gz
Processing nose-0.11.4.tar.gz
Running nose-0.11.4/setup.py -q bdist_egg --dist-dir /var/folders/ze/zebUg90vE-GoYu3npyafmk+++TI/-Tmp-/easy_install-W1tKqN/nose-0.11.4/egg-dist-tmp-e6e6lc
no previously-included directories found matching 'doc/.build'

Installed /private/tmp/flaskext-test/Flask-CouchDB/Flask-CouchDB-0.2.1/nose-0.11.4-py2.5.egg
running egg_info
writing requirements to Flask_CouchDB.egg-info/requires.txt
writing Flask_CouchDB.egg-info/PKG-INFO
writing namespace_packages to Flask_CouchDB.egg-info/namespace_packages.txt
writing top-level names to Flask_CouchDB.egg-info/top_level.txt
writing dependency_links to Flask_CouchDB.egg-info/dependency_links.txt
reading manifest file 'Flask_CouchDB.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
writing manifest file 'Flask_CouchDB.egg-info/SOURCES.txt'
running build_ext
couchdb-tests.TestFlaskextCouchDB.test_add_document ... ok
couchdb-tests.TestFlaskextCouchDB.test_add_viewdef ... ok
couchdb-tests.TestFlaskextCouchDB.test_autosync ... ok
couchdb-tests.TestFlaskextCouchDB.test_documents ... ok
couchdb-tests.TestFlaskextCouchDB.test_g_couch ... ok
couchdb-tests.TestFlaskextCouchDB.test_loading_nonexistent ... ok
couchdb-tests.TestFlaskextCouchDB.test_manual_sync ... ok
couchdb-tests.TestFlaskextCouchDB.test_paging_all ... ok
couchdb-tests.TestFlaskextCouchDB.test_paging_keys ... ok
couchdb-tests.TestFlaskextCouchDB.test_running_document_views ... ok
couchdb-tests.TestFlaskextCouchDB.test_running_standalone_views ... ok
couchdb-tests.TestFlaskextCouchDB.test_sync ... ok

----------------------------------------------------------------------
Ran 12 tests in 12.445s

OK

Flask-CouchDB - 0.2.1 [py26]

running test
Checking .pth file support in .
/private/tmp/flaskext-test/Flask-CouchDB/Flask-CouchDB-0.2.1/.tox/py26/bin/python -E -c pass
Searching for nose
Reading http://pypi.python.org/simple/nose/
Reading http://somethingaboutorange.com/mrl/projects/nose/
Best match: nose 0.11.4
Downloading http://somethingaboutorange.com/mrl/projects/nose/nose-0.11.4.tar.gz
Processing nose-0.11.4.tar.gz
Running nose-0.11.4/setup.py -q bdist_egg --dist-dir /var/folders/ze/zebUg90vE-GoYu3npyafmk+++TI/-Tmp-/easy_install-TUFM86/nose-0.11.4/egg-dist-tmp-bTp_23
no previously-included directories found matching 'doc/.build'

Installed /private/tmp/flaskext-test/Flask-CouchDB/Flask-CouchDB-0.2.1/nose-0.11.4-py2.6.egg
running egg_info
writing requirements to Flask_CouchDB.egg-info/requires.txt
writing Flask_CouchDB.egg-info/PKG-INFO
writing namespace_packages to Flask_CouchDB.egg-info/namespace_packages.txt
writing top-level names to Flask_CouchDB.egg-info/top_level.txt
writing dependency_links to Flask_CouchDB.egg-info/dependency_links.txt
reading manifest file 'Flask_CouchDB.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
writing manifest file 'Flask_CouchDB.egg-info/SOURCES.txt'
running build_ext
couchdb-tests.TestFlaskextCouchDB.test_add_document ... ok
couchdb-tests.TestFlaskextCouchDB.test_add_viewdef ... ok
couchdb-tests.TestFlaskextCouchDB.test_autosync ... ok
couchdb-tests.TestFlaskextCouchDB.test_documents ... ok
couchdb-tests.TestFlaskextCouchDB.test_g_couch ... ok
couchdb-tests.TestFlaskextCouchDB.test_loading_nonexistent ... ok
couchdb-tests.TestFlaskextCouchDB.test_manual_sync ... ok
couchdb-tests.TestFlaskextCouchDB.test_paging_all ... ok
couchdb-tests.TestFlaskextCouchDB.test_paging_keys ... ok
couchdb-tests.TestFlaskextCouchDB.test_running_document_views ... ok
couchdb-tests.TestFlaskextCouchDB.test_running_standalone_views ... ok
couchdb-tests.TestFlaskextCouchDB.test_sync ... ok

----------------------------------------------------------------------
Ran 12 tests in 2.590s

OK

Flask-CouchDB - 0.2.1 [py27]

running test
Checking .pth file support in .
/private/tmp/flaskext-test/Flask-CouchDB/Flask-CouchDB-0.2.1/.tox/py27/bin/python -E -c pass
Searching for nose
Reading http://pypi.python.org/simple/nose/
Reading http://somethingaboutorange.com/mrl/projects/nose/
Best match: nose 0.11.4
Downloading http://somethingaboutorange.com/mrl/projects/nose/nose-0.11.4.tar.gz
Processing nose-0.11.4.tar.gz
Running nose-0.11.4/setup.py -q bdist_egg --dist-dir /var/folders/ze/zebUg90vE-GoYu3npyafmk+++TI/-Tmp-/easy_install-H_3Jws/nose-0.11.4/egg-dist-tmp-F_NH85
no previously-included directories found matching 'doc/.build'

Installed /private/tmp/flaskext-test/Flask-CouchDB/Flask-CouchDB-0.2.1/nose-0.11.4-py2.7.egg
running egg_info
writing requirements to Flask_CouchDB.egg-info/requires.txt
writing Flask_CouchDB.egg-info/PKG-INFO
writing namespace_packages to Flask_CouchDB.egg-info/namespace_packages.txt
writing top-level names to Flask_CouchDB.egg-info/top_level.txt
writing dependency_links to Flask_CouchDB.egg-info/dependency_links.txt
reading manifest file 'Flask_CouchDB.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
writing manifest file 'Flask_CouchDB.egg-info/SOURCES.txt'
running build_ext
couchdb-tests.TestFlaskextCouchDB.test_add_document ... ok
couchdb-tests.TestFlaskextCouchDB.test_add_viewdef ... ok
couchdb-tests.TestFlaskextCouchDB.test_autosync ... ok
couchdb-tests.TestFlaskextCouchDB.test_documents ... ok
couchdb-tests.TestFlaskextCouchDB.test_g_couch ... ok
couchdb-tests.TestFlaskextCouchDB.test_loading_nonexistent ... ok
couchdb-tests.TestFlaskextCouchDB.test_manual_sync ... ok
couchdb-tests.TestFlaskextCouchDB.test_paging_all ... ok
couchdb-tests.TestFlaskextCouchDB.test_paging_keys ... ok
couchdb-tests.TestFlaskextCouchDB.test_running_document_views ... ok
couchdb-tests.TestFlaskextCouchDB.test_running_standalone_views ... ok
couchdb-tests.TestFlaskextCouchDB.test_sync ... ok

----------------------------------------------------------------------
Ran 12 tests in 2.239s

OK

Flask-Creole - 0.4.4 [py25]

PYTHONPATH=. py.test
============================= test session starts ==============================
platform darwin -- Python 2.5.4 -- pytest-1.3.2
test path 1: /private/tmp/flaskext-test/Flask-Creole/Flask-Creole-0.4.4

tests/test_creole.py ...

=========================== 3 passed in 0.68 seconds ===========================

Flask-Creole - 0.4.4 [py26]

PYTHONPATH=. py.test
============================= test session starts ==============================
platform darwin -- Python 2.6.1 -- pytest-1.3.2
test path 1: /private/tmp/flaskext-test/Flask-Creole/Flask-Creole-0.4.4

tests/test_creole.py ...

=========================== 3 passed in 0.72 seconds ===========================

Flask-Creole - 0.4.4 [py27]

PYTHONPATH=. py.test
============================= test session starts ==============================
platform darwin -- Python 2.7.0 -- pytest-1.3.2
test path 1: /private/tmp/flaskext-test/Flask-Creole/Flask-Creole-0.4.4

tests/test_creole.py ...

=========================== 3 passed in 0.82 seconds ===========================

Flask-Genshi - 0.3.1 [py25]

running test
Checking .pth file support in .
/private/tmp/flaskext-test/Flask-Genshi/Flask-Genshi-0.3.1/.tox/py25/bin/python -E -c pass
Searching for nose
Reading http://pypi.python.org/simple/nose/
Reading http://somethingaboutorange.com/mrl/projects/nose/
Best match: nose 0.11.4
Downloading http://somethingaboutorange.com/mrl/projects/nose/nose-0.11.4.tar.gz
Processing nose-0.11.4.tar.gz
Running nose-0.11.4/setup.py -q bdist_egg --dist-dir /var/folders/ze/zebUg90vE-GoYu3npyafmk+++TI/-Tmp-/easy_install-u6mumC/nose-0.11.4/egg-dist-tmp-K1m09y
no previously-included directories found matching 'doc/.build'

Installed /private/tmp/flaskext-test/Flask-Genshi/Flask-Genshi-0.3.1/nose-0.11.4-py2.5.egg
running egg_info
writing requirements to Flask_Genshi.egg-info/requires.txt
writing Flask_Genshi.egg-info/PKG-INFO
writing namespace_packages to Flask_Genshi.egg-info/namespace_packages.txt
writing top-level names to Flask_Genshi.egg-info/top_level.txt
writing dependency_links to Flask_Genshi.egg-info/dependency_links.txt
reading manifest file 'Flask_Genshi.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
warning: no previously-included files matching '*.pyc' found under directory 'docs'
warning: no previously-included files matching '*.pyo' found under directory 'docs'
no previously-included directories found matching 'docs/_build'
writing manifest file 'Flask_Genshi.egg-info/SOURCES.txt'
running build_ext
A html extension results in a HTML doctype and mimetype ... ok
A txt extension results in no doctype and a text/plain mimetype ... ok
A xml extension results in no doctype and a application/xml mimetype ... ok
A js extension results in no doctype ... ok
A css extension results in no doctype and a text/css mimetype ... ok
Filters are applied for generated and rendered templates ... ok

----------------------------------------------------------------------
Ran 6 tests in 0.422s

OK

Flask-Genshi - 0.3.1 [py26]

running test
Checking .pth file support in .
/private/tmp/flaskext-test/Flask-Genshi/Flask-Genshi-0.3.1/.tox/py26/bin/python -E -c pass
Searching for nose
Reading http://pypi.python.org/simple/nose/
Reading http://somethingaboutorange.com/mrl/projects/nose/
Best match: nose 0.11.4
Downloading http://somethingaboutorange.com/mrl/projects/nose/nose-0.11.4.tar.gz
Processing nose-0.11.4.tar.gz
Running nose-0.11.4/setup.py -q bdist_egg --dist-dir /var/folders/ze/zebUg90vE-GoYu3npyafmk+++TI/-Tmp-/easy_install-qySYiU/nose-0.11.4/egg-dist-tmp-u7qWuP
no previously-included directories found matching 'doc/.build'

Installed /private/tmp/flaskext-test/Flask-Genshi/Flask-Genshi-0.3.1/nose-0.11.4-py2.6.egg
running egg_info
writing requirements to Flask_Genshi.egg-info/requires.txt
writing Flask_Genshi.egg-info/PKG-INFO
writing namespace_packages to Flask_Genshi.egg-info/namespace_packages.txt
writing top-level names to Flask_Genshi.egg-info/top_level.txt
writing dependency_links to Flask_Genshi.egg-info/dependency_links.txt
reading manifest file 'Flask_Genshi.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
warning: no previously-included files matching '*.pyc' found under directory 'docs'
warning: no previously-included files matching '*.pyo' found under directory 'docs'
no previously-included directories found matching 'docs/_build'
writing manifest file 'Flask_Genshi.egg-info/SOURCES.txt'
running build_ext
A html extension results in a HTML doctype and mimetype ... ok
A txt extension results in no doctype and a text/plain mimetype ... ok
A xml extension results in no doctype and a application/xml mimetype ... ok
A js extension results in no doctype ... ok
A css extension results in no doctype and a text/css mimetype ... ok
Filters are applied for generated and rendered templates ... ok

----------------------------------------------------------------------
Ran 6 tests in 0.223s

OK

Flask-Genshi - 0.3.1 [py27]

running test
Checking .pth file support in .
/private/tmp/flaskext-test/Flask-Genshi/Flask-Genshi-0.3.1/.tox/py27/bin/python -E -c pass
Searching for nose
Reading http://pypi.python.org/simple/nose/
Reading http://somethingaboutorange.com/mrl/projects/nose/
Best match: nose 0.11.4
Downloading http://somethingaboutorange.com/mrl/projects/nose/nose-0.11.4.tar.gz
Processing nose-0.11.4.tar.gz
Running nose-0.11.4/setup.py -q bdist_egg --dist-dir /var/folders/ze/zebUg90vE-GoYu3npyafmk+++TI/-Tmp-/easy_install-OMm4Mq/nose-0.11.4/egg-dist-tmp-dOgDvX
no previously-included directories found matching 'doc/.build'

Installed /private/tmp/flaskext-test/Flask-Genshi/Flask-Genshi-0.3.1/nose-0.11.4-py2.7.egg
running egg_info
writing requirements to Flask_Genshi.egg-info/requires.txt
writing Flask_Genshi.egg-info/PKG-INFO
writing namespace_packages to Flask_Genshi.egg-info/namespace_packages.txt
writing top-level names to Flask_Genshi.egg-info/top_level.txt
writing dependency_links to Flask_Genshi.egg-info/dependency_links.txt
reading manifest file 'Flask_Genshi.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
warning: no previously-included files matching '*.pyc' found under directory 'docs'
warning: no previously-included files matching '*.pyo' found under directory 'docs'
no previously-included directories found matching 'docs/_build'
writing manifest file 'Flask_Genshi.egg-info/SOURCES.txt'
running build_ext
tests.renders_html
A html extension results in a HTML doctype and mimetype ... ok
tests.renders_text
A txt extension results in no doctype and a text/plain mimetype ... ok
tests.renders_xml
A xml extension results in no doctype and a application/xml mimetype ... ok
tests.renders_js
A js extension results in no doctype ... ok
tests.renders_css
A css extension results in no doctype and a text/css mimetype ... ok
tests.applies_filters
Filters are applied for generated and rendered templates ... ok

----------------------------------------------------------------------
Ran 6 tests in 0.187s

OK

Flask-Mail - 0.3.4 [py25]

running test
running egg_info
writing requirements to Flask_Mail.egg-info/requires.txt
writing Flask_Mail.egg-info/PKG-INFO
writing namespace_packages to Flask_Mail.egg-info/namespace_packages.txt
writing top-level names to Flask_Mail.egg-info/top_level.txt
writing dependency_links to Flask_Mail.egg-info/dependency_links.txt
reading manifest file 'Flask_Mail.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
warning: no previously-included files matching '*.pyc' found under directory 'docs'
warning: no previously-included files matching '*.pyo' found under directory 'docs'
no previously-included directories found matching 'docs/_build'
no previously-included directories found matching 'docs/_themes/.git'
writing manifest file 'Flask_Mail.egg-info/SOURCES.txt'
running build_ext
test_send_many (tests.TestConnection) ... ok
test_send_single (tests.TestConnection) ... ok
test_add_recipient (tests.TestMessage) ... ok
test_attach (tests.TestMessage) ... ok
test_bad_header_recipient (tests.TestMessage) ... ok
test_bad_header_sender (tests.TestMessage) ... ok
test_bad_header_subject (tests.TestMessage) ... ok
test_initialize (tests.TestMessage) ... ok
This will not actually send a message unless the mail server ... ok
test_recipients_properly_initialized (tests.TestMessage) ... ok
test_send_without_body (tests.TestMessage) ... ok
test_send_without_recipients (tests.TestMessage) ... ok
test_send_without_sender (tests.TestMessage) ... ok
test_sender_as_tuple (tests.TestMessage) ... ok

----------------------------------------------------------------------
Ran 14 tests in 0.238s

OK

Flask-Mail - 0.3.4 [py26]

running test
running egg_info
writing requirements to Flask_Mail.egg-info/requires.txt
writing Flask_Mail.egg-info/PKG-INFO
writing namespace_packages to Flask_Mail.egg-info/namespace_packages.txt
writing top-level names to Flask_Mail.egg-info/top_level.txt
writing dependency_links to Flask_Mail.egg-info/dependency_links.txt
reading manifest file 'Flask_Mail.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
warning: no previously-included files matching '*.pyc' found under directory 'docs'
warning: no previously-included files matching '*.pyo' found under directory 'docs'
no previously-included directories found matching 'docs/_build'
no previously-included directories found matching 'docs/_themes/.git'
writing manifest file 'Flask_Mail.egg-info/SOURCES.txt'
running build_ext
test_send_many (tests.TestConnection) ... ok
test_send_single (tests.TestConnection) ... ok
test_add_recipient (tests.TestMessage) ... ok
test_attach (tests.TestMessage) ... ok
test_bad_header_recipient (tests.TestMessage) ... ok
test_bad_header_sender (tests.TestMessage) ... ok
test_bad_header_subject (tests.TestMessage) ... ok
test_initialize (tests.TestMessage) ... ok
This will not actually send a message unless the mail server ... ok
test_recipients_properly_initialized (tests.TestMessage) ... ok
test_send_without_body (tests.TestMessage) ... ok
test_send_without_recipients (tests.TestMessage) ... ok
test_send_without_sender (tests.TestMessage) ... ok
test_sender_as_tuple (tests.TestMessage) ... ok

----------------------------------------------------------------------
Ran 14 tests in 1.128s

OK

Flask-Mail - 0.3.4 [py27]

running test
running egg_info
writing requirements to Flask_Mail.egg-info/requires.txt
writing Flask_Mail.egg-info/PKG-INFO
writing namespace_packages to Flask_Mail.egg-info/namespace_packages.txt
writing top-level names to Flask_Mail.egg-info/top_level.txt
writing dependency_links to Flask_Mail.egg-info/dependency_links.txt
reading manifest file 'Flask_Mail.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
warning: no previously-included files matching '*.pyc' found under directory 'docs'
warning: no previously-included files matching '*.pyo' found under directory 'docs'
no previously-included directories found matching 'docs/_build'
no previously-included directories found matching 'docs/_themes/.git'
writing manifest file 'Flask_Mail.egg-info/SOURCES.txt'
running build_ext
test_send_many (tests.TestConnection) ... ok
test_send_single (tests.TestConnection) ... ok
test_add_recipient (tests.TestMessage) ... ok
test_attach (tests.TestMessage) ... ok
test_bad_header_recipient (tests.TestMessage) ... ok
test_bad_header_sender (tests.TestMessage) ... ok
test_bad_header_subject (tests.TestMessage) ... ok
test_initialize (tests.TestMessage) ... ok
test_normal_send (tests.TestMessage)
This will not actually send a message unless the mail server ... ok
test_recipients_properly_initialized (tests.TestMessage) ... ok
test_send_without_body (tests.TestMessage) ... ok
test_send_without_recipients (tests.TestMessage) ... ok
test_send_without_sender (tests.TestMessage) ... ok
test_sender_as_tuple (tests.TestMessage) ... ok

----------------------------------------------------------------------
Ran 14 tests in 0.487s

OK

Flask-Script - 0.3 [py25]

running test
Checking .pth file support in .
/private/tmp/flaskext-test/Flask-Script/Flask-Script-0.3/.tox/py25/bin/python -E -c pass
Searching for nose
Reading http://pypi.python.org/simple/nose/
Reading http://somethingaboutorange.com/mrl/projects/nose/
Best match: nose 0.11.4
Downloading http://somethingaboutorange.com/mrl/projects/nose/nose-0.11.4.tar.gz
Processing nose-0.11.4.tar.gz
Running nose-0.11.4/setup.py -q bdist_egg --dist-dir /var/folders/ze/zebUg90vE-GoYu3npyafmk+++TI/-Tmp-/easy_install-wR29LS/nose-0.11.4/egg-dist-tmp-H1cubM
no previously-included directories found matching 'doc/.build'

Installed /private/tmp/flaskext-test/Flask-Script/Flask-Script-0.3/nose-0.11.4-py2.5.egg
running egg_info
writing requirements to Flask_Script.egg-info/requires.txt
writing Flask_Script.egg-info/PKG-INFO
writing namespace_packages to Flask_Script.egg-info/namespace_packages.txt
writing top-level names to Flask_Script.egg-info/top_level.txt
writing dependency_links to Flask_Script.egg-info/dependency_links.txt
reading manifest file 'Flask_Script.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
warning: no previously-included files matching '*.pyc' found under directory 'docs'
warning: no previously-included files matching '*.pyo' found under directory 'docs'
no previously-included directories found matching 'docs/_build'
no previously-included directories found matching 'docs/_themes/.git'
writing manifest file 'Flask_Script.egg-info/SOURCES.txt'
running build_ext
test_add_command (tests.TestManager) ... ok
test_command_decorator_with_additional_options (tests.TestManager) ... ok
test_command_decorator_with_boolean_options (tests.TestManager) ... ok
test_command_decorator_with_options (tests.TestManager) ... ok
test_get_usage (tests.TestManager) ... ok
test_init_with_callable (tests.TestManager) ... ok
test_init_with_flask_instance (tests.TestManager) ... ok
test_run_bad_options (tests.TestManager) ... usage: manage.py simple [-h] [-n NAME]
manage.py simple: error: unrecognized arguments: --foo=bar
ok
test_run_dynamic_options (tests.TestManager) ... ok
test_run_existing (tests.TestManager) ... ok
test_run_existing_bind_later (tests.TestManager) ... ok
test_run_existing_command (tests.TestManager) ... ok
test_run_good_options (tests.TestManager) ... ok
test_run_no_name (tests.TestManager) ... ok
test_run_non_existant_command (tests.TestManager) ... ok
test_run_not_existing (tests.TestManager) ... ok
test_simple_command_decorator (tests.TestManager) ... ok
test_simple_command_decorator_with_pos_arg (tests.TestManager) ... ok
test_simple_command_decorator_with_pos_arg_and_options (tests.TestManager) ... ok
test_with_default_commands (tests.TestManager) ... ok
test_without_default_commands (tests.TestManager) ... ok

----------------------------------------------------------------------
Ran 21 tests in 0.241s

OK

Flask-Script - 0.3 [py26]

running test
Checking .pth file support in .
/private/tmp/flaskext-test/Flask-Script/Flask-Script-0.3/.tox/py26/bin/python -E -c pass
Searching for nose
Reading http://pypi.python.org/simple/nose/
Reading http://somethingaboutorange.com/mrl/projects/nose/
Best match: nose 0.11.4
Downloading http://somethingaboutorange.com/mrl/projects/nose/nose-0.11.4.tar.gz
Processing nose-0.11.4.tar.gz
Running nose-0.11.4/setup.py -q bdist_egg --dist-dir /var/folders/ze/zebUg90vE-GoYu3npyafmk+++TI/-Tmp-/easy_install-8n2Zw1/nose-0.11.4/egg-dist-tmp-p8sdGE
no previously-included directories found matching 'doc/.build'

Installed /private/tmp/flaskext-test/Flask-Script/Flask-Script-0.3/nose-0.11.4-py2.6.egg
running egg_info
writing requirements to Flask_Script.egg-info/requires.txt
writing Flask_Script.egg-info/PKG-INFO
writing namespace_packages to Flask_Script.egg-info/namespace_packages.txt
writing top-level names to Flask_Script.egg-info/top_level.txt
writing dependency_links to Flask_Script.egg-info/dependency_links.txt
reading manifest file 'Flask_Script.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
warning: no previously-included files matching '*.pyc' found under directory 'docs'
warning: no previously-included files matching '*.pyo' found under directory 'docs'
no previously-included directories found matching 'docs/_build'
no previously-included directories found matching 'docs/_themes/.git'
writing manifest file 'Flask_Script.egg-info/SOURCES.txt'
running build_ext
test_add_command (tests.TestManager) ... ok
test_command_decorator_with_additional_options (tests.TestManager) ... ok
test_command_decorator_with_boolean_options (tests.TestManager) ... ok
test_command_decorator_with_options (tests.TestManager) ... ok
test_get_usage (tests.TestManager) ... ok
test_init_with_callable (tests.TestManager) ... ok
test_init_with_flask_instance (tests.TestManager) ... ok
test_run_bad_options (tests.TestManager) ... usage: manage.py simple [-h] [-n NAME]
manage.py simple: error: unrecognized arguments: --foo=bar
ok
test_run_dynamic_options (tests.TestManager) ... ok
test_run_existing (tests.TestManager) ... ok
test_run_existing_bind_later (tests.TestManager) ... ok
test_run_existing_command (tests.TestManager) ... ok
test_run_good_options (tests.TestManager) ... ok
test_run_no_name (tests.TestManager) ... ok
test_run_non_existant_command (tests.TestManager) ... ok
test_run_not_existing (tests.TestManager) ... ok
test_simple_command_decorator (tests.TestManager) ... ok
test_simple_command_decorator_with_pos_arg (tests.TestManager) ... ok
test_simple_command_decorator_with_pos_arg_and_options (tests.TestManager) ... ok
test_with_default_commands (tests.TestManager) ... ok
test_without_default_commands (tests.TestManager) ... ok

----------------------------------------------------------------------
Ran 21 tests in 0.269s

OK

Flask-Script - 0.3 [py27]

running test
Checking .pth file support in .
/private/tmp/flaskext-test/Flask-Script/Flask-Script-0.3/.tox/py27/bin/python -E -c pass
Searching for nose
Reading http://pypi.python.org/simple/nose/
Reading http://somethingaboutorange.com/mrl/projects/nose/
Best match: nose 0.11.4
Downloading http://somethingaboutorange.com/mrl/projects/nose/nose-0.11.4.tar.gz
Processing nose-0.11.4.tar.gz
Running nose-0.11.4/setup.py -q bdist_egg --dist-dir /var/folders/ze/zebUg90vE-GoYu3npyafmk+++TI/-Tmp-/easy_install-rmwUWp/nose-0.11.4/egg-dist-tmp-MDv8rK
no previously-included directories found matching 'doc/.build'

Installed /private/tmp/flaskext-test/Flask-Script/Flask-Script-0.3/nose-0.11.4-py2.7.egg
running egg_info
writing requirements to Flask_Script.egg-info/requires.txt
writing Flask_Script.egg-info/PKG-INFO
writing namespace_packages to Flask_Script.egg-info/namespace_packages.txt
writing top-level names to Flask_Script.egg-info/top_level.txt
writing dependency_links to Flask_Script.egg-info/dependency_links.txt
reading manifest file 'Flask_Script.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
warning: no previously-included files matching '*.pyc' found under directory 'docs'
warning: no previously-included files matching '*.pyo' found under directory 'docs'
no previously-included directories found matching 'docs/_build'
no previously-included directories found matching 'docs/_themes/.git'
writing manifest file 'Flask_Script.egg-info/SOURCES.txt'
running build_ext
test_add_command (tests.TestManager) ... ok
test_command_decorator_with_additional_options (tests.TestManager) ... ok
test_command_decorator_with_boolean_options (tests.TestManager) ... ok
test_command_decorator_with_options (tests.TestManager) ... ok
test_get_usage (tests.TestManager) ... ok
test_init_with_callable (tests.TestManager) ... ok
test_init_with_flask_instance (tests.TestManager) ... ok
test_run_bad_options (tests.TestManager) ... usage: manage.py simple [-h] [-n NAME]
manage.py simple: error: unrecognized arguments: --foo=bar
ok
test_run_dynamic_options (tests.TestManager) ... ok
test_run_existing (tests.TestManager) ... ok
test_run_existing_bind_later (tests.TestManager) ... ok
test_run_existing_command (tests.TestManager) ... ok
test_run_good_options (tests.TestManager) ... ok
test_run_no_name (tests.TestManager) ... ok
test_run_non_existant_command (tests.TestManager) ... ok
test_run_not_existing (tests.TestManager) ... ok
test_simple_command_decorator (tests.TestManager) ... ok
test_simple_command_decorator_with_pos_arg (tests.TestManager) ... ok
test_simple_command_decorator_with_pos_arg_and_options (tests.TestManager) ... ok
test_with_default_commands (tests.TestManager) ... ok
test_without_default_commands (tests.TestManager) ... ok

----------------------------------------------------------------------
Ran 21 tests in 0.819s

OK

Flask-SQLAlchemy - 0.9.1 [py25]

running test
running egg_info
writing requirements to Flask_SQLAlchemy.egg-info/requires.txt
writing Flask_SQLAlchemy.egg-info/PKG-INFO
writing namespace_packages to Flask_SQLAlchemy.egg-info/namespace_packages.txt
writing top-level names to Flask_SQLAlchemy.egg-info/top_level.txt
writing dependency_links to Flask_SQLAlchemy.egg-info/dependency_links.txt
reading manifest file 'Flask_SQLAlchemy.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
warning: no previously-included files matching '*.pyc' found under directory 'docs'
warning: no previously-included files matching '*.pyo' found under directory 'docs'
no previously-included directories found matching 'docs/_build'
no previously-included directories found matching 'docs/_themes/.git'
writing manifest file 'Flask_SQLAlchemy.egg-info/SOURCES.txt'
running build_ext
test_basic_insert (test_sqlalchemy.BasicAppTestCase) ... ok
test_helper_api (test_sqlalchemy.BasicAppTestCase) ... ok
test_query_recording (test_sqlalchemy.BasicAppTestCase) ... ok
test_request_context (test_sqlalchemy.BasicAppTestCase) ... ok
test_basic_pagination (test_sqlalchemy.PaginationTestCase) ... ok

----------------------------------------------------------------------
Ran 5 tests in 0.212s

OK

Flask-SQLAlchemy - 0.9.1 [py26]

running test
running egg_info
writing requirements to Flask_SQLAlchemy.egg-info/requires.txt
writing Flask_SQLAlchemy.egg-info/PKG-INFO
writing namespace_packages to Flask_SQLAlchemy.egg-info/namespace_packages.txt
writing top-level names to Flask_SQLAlchemy.egg-info/top_level.txt
writing dependency_links to Flask_SQLAlchemy.egg-info/dependency_links.txt
reading manifest file 'Flask_SQLAlchemy.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
warning: no previously-included files matching '*.pyc' found under directory 'docs'
warning: no previously-included files matching '*.pyo' found under directory 'docs'
no previously-included directories found matching 'docs/_build'
no previously-included directories found matching 'docs/_themes/.git'
writing manifest file 'Flask_SQLAlchemy.egg-info/SOURCES.txt'
running build_ext
test_basic_insert (test_sqlalchemy.BasicAppTestCase) ... ok
test_helper_api (test_sqlalchemy.BasicAppTestCase) ... ok
test_query_recording (test_sqlalchemy.BasicAppTestCase) ... ok
test_request_context (test_sqlalchemy.BasicAppTestCase) ... ok
test_basic_pagination (test_sqlalchemy.PaginationTestCase) ... ok

----------------------------------------------------------------------
Ran 5 tests in 0.177s

OK

Flask-SQLAlchemy - 0.9.1 [py27]

running test
running egg_info
writing requirements to Flask_SQLAlchemy.egg-info/requires.txt
writing Flask_SQLAlchemy.egg-info/PKG-INFO
writing namespace_packages to Flask_SQLAlchemy.egg-info/namespace_packages.txt
writing top-level names to Flask_SQLAlchemy.egg-info/top_level.txt
writing dependency_links to Flask_SQLAlchemy.egg-info/dependency_links.txt
reading manifest file 'Flask_SQLAlchemy.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
warning: no previously-included files matching '*.pyc' found under directory 'docs'
warning: no previously-included files matching '*.pyo' found under directory 'docs'
no previously-included directories found matching 'docs/_build'
no previously-included directories found matching 'docs/_themes/.git'
writing manifest file 'Flask_SQLAlchemy.egg-info/SOURCES.txt'
running build_ext
test_basic_insert (test_sqlalchemy.BasicAppTestCase) ... ok
test_helper_api (test_sqlalchemy.BasicAppTestCase) ... ok
test_query_recording (test_sqlalchemy.BasicAppTestCase) ... ok
test_request_context (test_sqlalchemy.BasicAppTestCase) ... ok
test_basic_pagination (test_sqlalchemy.PaginationTestCase) ... ok

----------------------------------------------------------------------
Ran 5 tests in 0.346s

OK

Flask-Testing - 0.2.3 [py25]

running test
Checking .pth file support in .
/private/tmp/flaskext-test/Flask-Testing/Flask-Testing-0.2.3/.tox/py25/bin/python -E -c pass
Searching for blinker
Reading http://pypi.python.org/simple/blinker/
Reading http://bitbucket.org/jek/blinker/
Reading http://discorporate.us/projects/Blinker/
Best match: blinker 1.1
Downloading http://pypi.python.org/packages/source/b/blinker/blinker-1.1.zip#md5=b93962f6b0d854a9659d397db2a7894d
Processing blinker-1.1.zip
Running blinker-1.1/setup.py -q bdist_egg --dist-dir /var/folders/ze/zebUg90vE-GoYu3npyafmk+++TI/-Tmp-/easy_install-oId7yS/blinker-1.1/egg-dist-tmp-4XpDfy
zip_safe flag not set; analyzing archive contents...

Installed /private/tmp/flaskext-test/Flask-Testing/Flask-Testing-0.2.3/blinker-1.1-py2.5.egg
Searching for nose
Reading http://pypi.python.org/simple/nose/
Reading http://somethingaboutorange.com/mrl/projects/nose/
Best match: nose 0.11.4
Downloading http://somethingaboutorange.com/mrl/projects/nose/nose-0.11.4.tar.gz
Processing nose-0.11.4.tar.gz
Running nose-0.11.4/setup.py -q bdist_egg --dist-dir /var/folders/ze/zebUg90vE-GoYu3npyafmk+++TI/-Tmp-/easy_install-kwgBxT/nose-0.11.4/egg-dist-tmp-PBozaE
no previously-included directories found matching 'doc/.build'

Installed /private/tmp/flaskext-test/Flask-Testing/Flask-Testing-0.2.3/nose-0.11.4-py2.5.egg
running egg_info
writing requirements to Flask_Testing.egg-info/requires.txt
writing Flask_Testing.egg-info/PKG-INFO
writing namespace_packages to Flask_Testing.egg-info/namespace_packages.txt
writing top-level names to Flask_Testing.egg-info/top_level.txt
writing dependency_links to Flask_Testing.egg-info/dependency_links.txt
reading manifest file 'Flask_Testing.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
warning: no previously-included files matching '*.pyc' found under directory 'tests'
warning: no previously-included files matching '*.pyc' found under directory 'tests'
warning: no previously-included files matching '*.pyc' found under directory 'docs'
warning: no previously-included files matching '*.pyo' found under directory 'docs'
no previously-included directories found matching 'docs/_build'
no previously-included directories found matching 'docs/_themes/.git'
writing manifest file 'Flask_Testing.egg-info/SOURCES.txt'
running build_ext
test_assert_200 (tests.TestClientUtils) ... ok
test_assert_403 (tests.TestClientUtils) ... ok
test_assert_404 (tests.TestClientUtils) ... ok
test_assert_405 (tests.TestClientUtils) ... ok
test_assert_bad_context (tests.TestClientUtils) ... ok
test_assert_context (tests.TestClientUtils) ... ok
test_assert_get_context_variable_not_exists (tests.TestClientUtils) ... ok
test_assert_redirects (tests.TestClientUtils) ... ok
test_assert_template_not_used (tests.TestClientUtils) ... ok
test_assert_template_used (tests.TestClientUtils) ... ok
test_getJSON (tests.TestClientUtils) ... ok
test_get_context_variable (tests.TestClientUtils) ... ok
test_setup (tests.TestSetup) ... ok
test_make_twill_url (tests.TestTwill) ... ok
test_twill_setup (tests.TestTwill) ... ok

----------------------------------------------------------------------
Ran 15 tests in 0.822s

OK

Flask-Testing - 0.2.3 [py26]

running test
Checking .pth file support in .
/private/tmp/flaskext-test/Flask-Testing/Flask-Testing-0.2.3/.tox/py26/bin/python -E -c pass
Searching for blinker
Reading http://pypi.python.org/simple/blinker/
Reading http://bitbucket.org/jek/blinker/
Reading http://discorporate.us/projects/Blinker/
Best match: blinker 1.1
Downloading http://pypi.python.org/packages/source/b/blinker/blinker-1.1.zip#md5=b93962f6b0d854a9659d397db2a7894d
Processing blinker-1.1.zip
Running blinker-1.1/setup.py -q bdist_egg --dist-dir /var/folders/ze/zebUg90vE-GoYu3npyafmk+++TI/-Tmp-/easy_install-GiiRH5/blinker-1.1/egg-dist-tmp-TyA_MF
zip_safe flag not set; analyzing archive contents...

Installed /private/tmp/flaskext-test/Flask-Testing/Flask-Testing-0.2.3/blinker-1.1-py2.6.egg
Searching for nose
Reading http://pypi.python.org/simple/nose/
Reading http://somethingaboutorange.com/mrl/projects/nose/
Best match: nose 0.11.4
Downloading http://somethingaboutorange.com/mrl/projects/nose/nose-0.11.4.tar.gz
Processing nose-0.11.4.tar.gz
Running nose-0.11.4/setup.py -q bdist_egg --dist-dir /var/folders/ze/zebUg90vE-GoYu3npyafmk+++TI/-Tmp-/easy_install-JDrByF/nose-0.11.4/egg-dist-tmp-nmooTW
no previously-included directories found matching 'doc/.build'

Installed /private/tmp/flaskext-test/Flask-Testing/Flask-Testing-0.2.3/nose-0.11.4-py2.6.egg
running egg_info
writing requirements to Flask_Testing.egg-info/requires.txt
writing Flask_Testing.egg-info/PKG-INFO
writing namespace_packages to Flask_Testing.egg-info/namespace_packages.txt
writing top-level names to Flask_Testing.egg-info/top_level.txt
writing dependency_links to Flask_Testing.egg-info/dependency_links.txt
reading manifest file 'Flask_Testing.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
warning: no previously-included files matching '*.pyc' found under directory 'tests'
warning: no previously-included files matching '*.pyc' found under directory 'docs'
warning: no previously-included files matching '*.pyo' found under directory 'docs'
no previously-included directories found matching 'docs/_build'
no previously-included directories found matching 'docs/_themes/.git'
writing manifest file 'Flask_Testing.egg-info/SOURCES.txt'
running build_ext
/private/tmp/flaskext-test/Flask-Testing/Flask-Testing-0.2.3/.tox/py26/lib/python2.6/site-packages/twill/other_packages/_mechanize_dist/_auth.py:14: DeprecationWarning: the md5 module is deprecated; use hashlib instead
  import re, base64, urlparse, posixpath, md5, sha, sys, copy
/private/tmp/flaskext-test/Flask-Testing/Flask-Testing-0.2.3/.tox/py26/lib/python2.6/site-packages/twill/other_packages/_mechanize_dist/_auth.py:14: DeprecationWarning: the sha module is deprecated; use the hashlib module instead
  import re, base64, urlparse, posixpath, md5, sha, sys, copy
test_assert_200 (tests.TestClientUtils) ... ok
test_assert_403 (tests.TestClientUtils) ... ok
test_assert_404 (tests.TestClientUtils) ... ok
test_assert_405 (tests.TestClientUtils) ... ok
test_assert_bad_context (tests.TestClientUtils) ... ok
test_assert_context (tests.TestClientUtils) ... ok
test_assert_get_context_variable_not_exists (tests.TestClientUtils) ... ok
test_assert_redirects (tests.TestClientUtils) ... ok
test_assert_template_not_used (tests.TestClientUtils) ... ok
test_assert_template_used (tests.TestClientUtils) ... ok
test_getJSON (tests.TestClientUtils) ... ok
test_get_context_variable (tests.TestClientUtils) ... ok
test_setup (tests.TestSetup) ... ok
test_make_twill_url (tests.TestTwill) ... ok
test_twill_setup (tests.TestTwill) ... ok

----------------------------------------------------------------------
Ran 15 tests in 0.611s

OK

Flask-Testing - 0.2.3 [py27]

running test
Checking .pth file support in .
/private/tmp/flaskext-test/Flask-Testing/Flask-Testing-0.2.3/.tox/py27/bin/python -E -c pass
Searching for blinker
Reading http://pypi.python.org/simple/blinker/
Reading http://bitbucket.org/jek/blinker/
Reading http://discorporate.us/projects/Blinker/
Best match: blinker 1.1
Downloading http://pypi.python.org/packages/source/b/blinker/blinker-1.1.zip#md5=b93962f6b0d854a9659d397db2a7894d
Processing blinker-1.1.zip
Running blinker-1.1/setup.py -q bdist_egg --dist-dir /var/folders/ze/zebUg90vE-GoYu3npyafmk+++TI/-Tmp-/easy_install-c4rp5G/blinker-1.1/egg-dist-tmp-wClnjh
zip_safe flag not set; analyzing archive contents...

Installed /private/tmp/flaskext-test/Flask-Testing/Flask-Testing-0.2.3/blinker-1.1-py2.7.egg
Searching for nose
Reading http://pypi.python.org/simple/nose/
Reading http://somethingaboutorange.com/mrl/projects/nose/
Best match: nose 0.11.4
Downloading http://somethingaboutorange.com/mrl/projects/nose/nose-0.11.4.tar.gz
Processing nose-0.11.4.tar.gz
Running nose-0.11.4/setup.py -q bdist_egg --dist-dir /var/folders/ze/zebUg90vE-GoYu3npyafmk+++TI/-Tmp-/easy_install-Z4p50G/nose-0.11.4/egg-dist-tmp-nfjKKx
no previously-included directories found matching 'doc/.build'

Installed /private/tmp/flaskext-test/Flask-Testing/Flask-Testing-0.2.3/nose-0.11.4-py2.7.egg
running egg_info
writing requirements to Flask_Testing.egg-info/requires.txt
writing Flask_Testing.egg-info/PKG-INFO
writing namespace_packages to Flask_Testing.egg-info/namespace_packages.txt
writing top-level names to Flask_Testing.egg-info/top_level.txt
writing dependency_links to Flask_Testing.egg-info/dependency_links.txt
reading manifest file 'Flask_Testing.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
warning: no previously-included files matching '*.pyc' found under directory 'tests'
warning: no previously-included files matching '*.pyc' found under directory 'docs'
warning: no previously-included files matching '*.pyo' found under directory 'docs'
no previously-included directories found matching 'docs/_build'
no previously-included directories found matching 'docs/_themes/.git'
writing manifest file 'Flask_Testing.egg-info/SOURCES.txt'
running build_ext
test_assert_200 (tests.TestClientUtils) ... ok
test_assert_403 (tests.TestClientUtils) ... ok
test_assert_404 (tests.TestClientUtils) ... ok
test_assert_405 (tests.TestClientUtils) ... ok
test_assert_bad_context (tests.TestClientUtils) ... ok
test_assert_context (tests.TestClientUtils) ... ok
test_assert_get_context_variable_not_exists (tests.TestClientUtils) ... ok
test_assert_redirects (tests.TestClientUtils) ... ok
test_assert_template_not_used (tests.TestClientUtils) ... ok
test_assert_template_used (tests.TestClientUtils) ... ok
test_getJSON (tests.TestClientUtils) ... ok
test_get_context_variable (tests.TestClientUtils) ... ok
test_setup (tests.TestSetup) ... ok
test_make_twill_url (tests.TestTwill) ... ok
test_twill_setup (tests.TestTwill) ... ok

----------------------------------------------------------------------
Ran 15 tests in 0.508s

OK

Flask-Themes - 0.1.2 [py25]

running test
Checking .pth file support in .
/private/tmp/flaskext-test/Flask-Themes/Flask-Themes-0.1.2/.tox/py25/bin/python -E -c pass
Searching for nose
Reading http://pypi.python.org/simple/nose/
Reading http://somethingaboutorange.com/mrl/projects/nose/
Best match: nose 0.11.4
Downloading http://somethingaboutorange.com/mrl/projects/nose/nose-0.11.4.tar.gz
Processing nose-0.11.4.tar.gz
Running nose-0.11.4/setup.py -q bdist_egg --dist-dir /var/folders/ze/zebUg90vE-GoYu3npyafmk+++TI/-Tmp-/easy_install-q-Coxu/nose-0.11.4/egg-dist-tmp-CKTOPr
no previously-included directories found matching 'doc/.build'

Installed /private/tmp/flaskext-test/Flask-Themes/Flask-Themes-0.1.2/nose-0.11.4-py2.5.egg
running egg_info
writing requirements to Flask_Themes.egg-info/requires.txt
writing Flask_Themes.egg-info/PKG-INFO
writing namespace_packages to Flask_Themes.egg-info/namespace_packages.txt
writing top-level names to Flask_Themes.egg-info/top_level.txt
writing dependency_links to Flask_Themes.egg-info/dependency_links.txt
reading manifest file 'Flask_Themes.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
writing manifest file 'Flask_Themes.egg-info/SOURCES.txt'
running build_ext
test-themes.TestLoaders.test_load_themes_from ... ok
test-themes.TestLoaders.test_packaged_themes_loader ... ok
test-themes.TestLoaders.test_theme_paths_loader ... ok
test-themes.TestSetup.test_get_helpers ... ok
test-themes.TestSetup.test_manager ... ok
test-themes.TestSetup.test_setup_themes ... ok
test-themes.TestStatic.test_static_file_url ... ok
test-themes.TestTemplates.test_active_theme ... ok
test-themes.TestTemplates.test_loader ... ok
test-themes.TestTemplates.test_render_theme_template ... ok
test-themes.TestTemplates.test_template_exists ... ok
test-themes.TestTemplates.test_theme_include_static ... ok
test-themes.TestTemplates.test_theme_static ... ok
test-themes.TestTemplates.test_theme_static_outside ... ok
test-themes.TestThemeObject.test_license_text ... ok
test-themes.TestThemeObject.test_theme ... ok

----------------------------------------------------------------------
Ran 16 tests in 0.408s

OK

Flask-Themes - 0.1.2 [py26]

running test
Checking .pth file support in .
/private/tmp/flaskext-test/Flask-Themes/Flask-Themes-0.1.2/.tox/py26/bin/python -E -c pass
Searching for nose
Reading http://pypi.python.org/simple/nose/
Reading http://somethingaboutorange.com/mrl/projects/nose/
Best match: nose 0.11.4
Downloading http://somethingaboutorange.com/mrl/projects/nose/nose-0.11.4.tar.gz
Processing nose-0.11.4.tar.gz
Running nose-0.11.4/setup.py -q bdist_egg --dist-dir /var/folders/ze/zebUg90vE-GoYu3npyafmk+++TI/-Tmp-/easy_install-M0br82/nose-0.11.4/egg-dist-tmp-8QaEkl
no previously-included directories found matching 'doc/.build'

Installed /private/tmp/flaskext-test/Flask-Themes/Flask-Themes-0.1.2/nose-0.11.4-py2.6.egg
running egg_info
writing requirements to Flask_Themes.egg-info/requires.txt
writing Flask_Themes.egg-info/PKG-INFO
writing namespace_packages to Flask_Themes.egg-info/namespace_packages.txt
writing top-level names to Flask_Themes.egg-info/top_level.txt
writing dependency_links to Flask_Themes.egg-info/dependency_links.txt
reading manifest file 'Flask_Themes.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
writing manifest file 'Flask_Themes.egg-info/SOURCES.txt'
running build_ext
test-themes.TestLoaders.test_load_themes_from ... ok
test-themes.TestLoaders.test_packaged_themes_loader ... ok
test-themes.TestLoaders.test_theme_paths_loader ... ok
test-themes.TestSetup.test_get_helpers ... ok
test-themes.TestSetup.test_manager ... ok
test-themes.TestSetup.test_setup_themes ... ok
test-themes.TestStatic.test_static_file_url ... ok
test-themes.TestTemplates.test_active_theme ... ok
test-themes.TestTemplates.test_loader ... ok
test-themes.TestTemplates.test_render_theme_template ... ok
test-themes.TestTemplates.test_template_exists ... ok
test-themes.TestTemplates.test_theme_include_static ... ok
test-themes.TestTemplates.test_theme_static ... ok
test-themes.TestTemplates.test_theme_static_outside ... ok
test-themes.TestThemeObject.test_license_text ... ok
test-themes.TestThemeObject.test_theme ... ok

----------------------------------------------------------------------
Ran 16 tests in 0.305s

OK

Flask-Themes - 0.1.2 [py27]

running test
Checking .pth file support in .
/private/tmp/flaskext-test/Flask-Themes/Flask-Themes-0.1.2/.tox/py27/bin/python -E -c pass
Searching for nose
Reading http://pypi.python.org/simple/nose/
Reading http://somethingaboutorange.com/mrl/projects/nose/
Best match: nose 0.11.4
Downloading http://somethingaboutorange.com/mrl/projects/nose/nose-0.11.4.tar.gz
Processing nose-0.11.4.tar.gz
Running nose-0.11.4/setup.py -q bdist_egg --dist-dir /var/folders/ze/zebUg90vE-GoYu3npyafmk+++TI/-Tmp-/easy_install-ECF8qE/nose-0.11.4/egg-dist-tmp-2yXeBi
no previously-included directories found matching 'doc/.build'

Installed /private/tmp/flaskext-test/Flask-Themes/Flask-Themes-0.1.2/nose-0.11.4-py2.7.egg
running egg_info
writing requirements to Flask_Themes.egg-info/requires.txt
writing Flask_Themes.egg-info/PKG-INFO
writing namespace_packages to Flask_Themes.egg-info/namespace_packages.txt
writing top-level names to Flask_Themes.egg-info/top_level.txt
writing dependency_links to Flask_Themes.egg-info/dependency_links.txt
reading manifest file 'Flask_Themes.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
writing manifest file 'Flask_Themes.egg-info/SOURCES.txt'
running build_ext
test-themes.TestLoaders.test_load_themes_from ... ok
test-themes.TestLoaders.test_packaged_themes_loader ... ok
test-themes.TestLoaders.test_theme_paths_loader ... ok
test-themes.TestSetup.test_get_helpers ... ok
test-themes.TestSetup.test_manager ... ok
test-themes.TestSetup.test_setup_themes ... ok
test-themes.TestStatic.test_static_file_url ... ok
test-themes.TestTemplates.test_active_theme ... ok
test-themes.TestTemplates.test_loader ... ok
test-themes.TestTemplates.test_render_theme_template ... ok
test-themes.TestTemplates.test_template_exists ... ok
test-themes.TestTemplates.test_theme_include_static ... ok
test-themes.TestTemplates.test_theme_static ... ok
test-themes.TestTemplates.test_theme_static_outside ... ok
test-themes.TestThemeObject.test_license_text ... ok
test-themes.TestThemeObject.test_theme ... ok

----------------------------------------------------------------------
Ran 16 tests in 0.431s

OK

Flask-Uploads - 0.1.2 [py25]

running test
Checking .pth file support in .
/private/tmp/flaskext-test/Flask-Uploads/Flask-Uploads-0.1.2/.tox/py25/bin/python -E -c pass
Searching for nose
Reading http://pypi.python.org/simple/nose/
Reading http://somethingaboutorange.com/mrl/projects/nose/
Best match: nose 0.11.4
Downloading http://somethingaboutorange.com/mrl/projects/nose/nose-0.11.4.tar.gz
Processing nose-0.11.4.tar.gz
Running nose-0.11.4/setup.py -q bdist_egg --dist-dir /var/folders/ze/zebUg90vE-GoYu3npyafmk+++TI/-Tmp-/easy_install-Knw7I0/nose-0.11.4/egg-dist-tmp-hL9rvM
no previously-included directories found matching 'doc/.build'

Installed /private/tmp/flaskext-test/Flask-Uploads/Flask-Uploads-0.1.2/nose-0.11.4-py2.5.egg
running egg_info
writing requirements to Flask_Uploads.egg-info/requires.txt
writing Flask_Uploads.egg-info/PKG-INFO
writing namespace_packages to Flask_Uploads.egg-info/namespace_packages.txt
writing top-level names to Flask_Uploads.egg-info/top_level.txt
writing dependency_links to Flask_Uploads.egg-info/dependency_links.txt
reading manifest file 'Flask_Uploads.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
writing manifest file 'Flask_Uploads.egg-info/SOURCES.txt'
running build_ext
test-uploads.TestConfiguration.test_default_selfserve ... ok
test-uploads.TestConfiguration.test_defaultdest_callable ... ok
test-uploads.TestConfiguration.test_defaults ... ok
test-uploads.TestConfiguration.test_manual ... ok
test-uploads.TestConfiguration.test_mixed_defaults ... ok
test-uploads.TestConfiguration.test_selfserve ... ok
test-uploads.TestConflictResolution.test_conflict ... ok
test-uploads.TestConflictResolution.test_multi_conflict ... ok
test-uploads.TestConflictResolution.test_self ... ok
test-uploads.TestMiscellaneous.test_addslash ... ok
test-uploads.TestMiscellaneous.test_custom_iterables ... ok
test-uploads.TestMiscellaneous.test_extension ... ok
test-uploads.TestMiscellaneous.test_tfs ... ok
test-uploads.TestPathsAndURLs.test_path ... ok
test-uploads.TestPathsAndURLs.test_url_based ... ok
test-uploads.TestPathsAndURLs.test_url_generated ... ok
test-uploads.TestPreconditions.test_default_extensions ... ok
test-uploads.TestPreconditions.test_filenames ... ok
test-uploads.TestSaving.test_folder_namedext ... ok
test-uploads.TestSaving.test_save_folders ... ok
test-uploads.TestSaving.test_save_named ... ok
test-uploads.TestSaving.test_save_namedext ... ok
test-uploads.TestSaving.test_saved ... ok
test-uploads.TestSaving.test_secured_filename ... ok

----------------------------------------------------------------------
Ran 24 tests in 0.202s

OK

Flask-Uploads - 0.1.2 [py26]

running test
Checking .pth file support in .
/private/tmp/flaskext-test/Flask-Uploads/Flask-Uploads-0.1.2/.tox/py26/bin/python -E -c pass
Searching for nose
Reading http://pypi.python.org/simple/nose/
Reading http://somethingaboutorange.com/mrl/projects/nose/
Best match: nose 0.11.4
Downloading http://somethingaboutorange.com/mrl/projects/nose/nose-0.11.4.tar.gz
Processing nose-0.11.4.tar.gz
Running nose-0.11.4/setup.py -q bdist_egg --dist-dir /var/folders/ze/zebUg90vE-GoYu3npyafmk+++TI/-Tmp-/easy_install-XIvsmx/nose-0.11.4/egg-dist-tmp-1Hb26g
no previously-included directories found matching 'doc/.build'

Installed /private/tmp/flaskext-test/Flask-Uploads/Flask-Uploads-0.1.2/nose-0.11.4-py2.6.egg
running egg_info
writing requirements to Flask_Uploads.egg-info/requires.txt
writing Flask_Uploads.egg-info/PKG-INFO
writing namespace_packages to Flask_Uploads.egg-info/namespace_packages.txt
writing top-level names to Flask_Uploads.egg-info/top_level.txt
writing dependency_links to Flask_Uploads.egg-info/dependency_links.txt
reading manifest file 'Flask_Uploads.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
writing manifest file 'Flask_Uploads.egg-info/SOURCES.txt'
running build_ext
test-uploads.TestConfiguration.test_default_selfserve ... ok
test-uploads.TestConfiguration.test_defaultdest_callable ... ok
test-uploads.TestConfiguration.test_defaults ... ok
test-uploads.TestConfiguration.test_manual ... ok
test-uploads.TestConfiguration.test_mixed_defaults ... ok
test-uploads.TestConfiguration.test_selfserve ... ok
test-uploads.TestConflictResolution.test_conflict ... ok
test-uploads.TestConflictResolution.test_multi_conflict ... ok
test-uploads.TestConflictResolution.test_self ... ok
test-uploads.TestMiscellaneous.test_addslash ... ok
test-uploads.TestMiscellaneous.test_custom_iterables ... ok
test-uploads.TestMiscellaneous.test_extension ... ok
test-uploads.TestMiscellaneous.test_tfs ... ok
test-uploads.TestPathsAndURLs.test_path ... ok
test-uploads.TestPathsAndURLs.test_url_based ... ok
test-uploads.TestPathsAndURLs.test_url_generated ... ok
test-uploads.TestPreconditions.test_default_extensions ... ok
test-uploads.TestPreconditions.test_filenames ... ok
test-uploads.TestSaving.test_folder_namedext ... ok
test-uploads.TestSaving.test_save_folders ... ok
test-uploads.TestSaving.test_save_named ... ok
test-uploads.TestSaving.test_save_namedext ... ok
test-uploads.TestSaving.test_saved ... ok
test-uploads.TestSaving.test_secured_filename ... ok

----------------------------------------------------------------------
Ran 24 tests in 0.199s

OK

Flask-Uploads - 0.1.2 [py27]

running test
Checking .pth file support in .
/private/tmp/flaskext-test/Flask-Uploads/Flask-Uploads-0.1.2/.tox/py27/bin/python -E -c pass
Searching for nose
Reading http://pypi.python.org/simple/nose/
Reading http://somethingaboutorange.com/mrl/projects/nose/
Best match: nose 0.11.4
Downloading http://somethingaboutorange.com/mrl/projects/nose/nose-0.11.4.tar.gz
Processing nose-0.11.4.tar.gz
Running nose-0.11.4/setup.py -q bdist_egg --dist-dir /var/folders/ze/zebUg90vE-GoYu3npyafmk+++TI/-Tmp-/easy_install-_k4aeC/nose-0.11.4/egg-dist-tmp-4031k9
no previously-included directories found matching 'doc/.build'

Installed /private/tmp/flaskext-test/Flask-Uploads/Flask-Uploads-0.1.2/nose-0.11.4-py2.7.egg
running egg_info
writing requirements to Flask_Uploads.egg-info/requires.txt
writing Flask_Uploads.egg-info/PKG-INFO
writing namespace_packages to Flask_Uploads.egg-info/namespace_packages.txt
writing top-level names to Flask_Uploads.egg-info/top_level.txt
writing dependency_links to Flask_Uploads.egg-info/dependency_links.txt
reading manifest file 'Flask_Uploads.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
writing manifest file 'Flask_Uploads.egg-info/SOURCES.txt'
running build_ext
test-uploads.TestConfiguration.test_default_selfserve ... ok
test-uploads.TestConfiguration.test_defaultdest_callable ... ok
test-uploads.TestConfiguration.test_defaults ... ok
test-uploads.TestConfiguration.test_manual ... ok
test-uploads.TestConfiguration.test_mixed_defaults ... ok
test-uploads.TestConfiguration.test_selfserve ... ok
test-uploads.TestConflictResolution.test_conflict ... ok
test-uploads.TestConflictResolution.test_multi_conflict ... ok
test-uploads.TestConflictResolution.test_self ... ok
test-uploads.TestMiscellaneous.test_addslash ... ok
test-uploads.TestMiscellaneous.test_custom_iterables ... ok
test-uploads.TestMiscellaneous.test_extension ... ok
test-uploads.TestMiscellaneous.test_tfs ... ok
test-uploads.TestPathsAndURLs.test_path ... ok
test-uploads.TestPathsAndURLs.test_url_based ... ok
test-uploads.TestPathsAndURLs.test_url_generated ... ok
test-uploads.TestPreconditions.test_default_extensions ... ok
test-uploads.TestPreconditions.test_filenames ... ok
test-uploads.TestSaving.test_folder_namedext ... ok
test-uploads.TestSaving.test_save_folders ... ok
test-uploads.TestSaving.test_save_named ... ok
test-uploads.TestSaving.test_save_namedext ... ok
test-uploads.TestSaving.test_saved ... ok
test-uploads.TestSaving.test_secured_filename ... ok

----------------------------------------------------------------------
Ran 24 tests in 0.132s

OK

Flask-WTF - 0.2.3 [py25]

running test
Checking .pth file support in .
/private/tmp/flaskext-test/Flask-WTF/Flask-WTF-0.2.3/.tox/py25/bin/python -E -c pass
Searching for Flask-Testing
Reading http://pypi.python.org/simple/Flask-Testing/
Reading http://bitbucket.org/danjac/flask-testing
Best match: Flask-Testing 0.2.3
Downloading http://pypi.python.org/packages/source/F/Flask-Testing/Flask-Testing-0.2.3.tar.gz#md5=6ca0cbd9d0e380d7aaef7a19a8b8fb73
Processing Flask-Testing-0.2.3.tar.gz
Running Flask-Testing-0.2.3/setup.py -q bdist_egg --dist-dir /var/folders/ze/zebUg90vE-GoYu3npyafmk+++TI/-Tmp-/easy_install-E4LoHx/Flask-Testing-0.2.3/egg-dist-tmp-sCGDvY
warning: no previously-included files matching '*.pyc' found under directory 'tests'
warning: no previously-included files matching '*.pyc' found under directory 'tests'
warning: no previously-included files matching '*.pyc' found under directory 'docs'
warning: no previously-included files matching '*.pyo' found under directory 'docs'
no previously-included directories found matching 'docs/_build'
no previously-included directories found matching 'docs/_themes/.git'

Installed /private/tmp/flaskext-test/Flask-WTF/Flask-WTF-0.2.3/Flask_Testing-0.2.3-py2.5.egg
Searching for nose
Reading http://pypi.python.org/simple/nose/
Reading http://somethingaboutorange.com/mrl/projects/nose/
Best match: nose 0.11.4
Downloading http://somethingaboutorange.com/mrl/projects/nose/nose-0.11.4.tar.gz
Processing nose-0.11.4.tar.gz
Running nose-0.11.4/setup.py -q bdist_egg --dist-dir /var/folders/ze/zebUg90vE-GoYu3npyafmk+++TI/-Tmp-/easy_install-qK50fP/nose-0.11.4/egg-dist-tmp-mKarZ5
no previously-included directories found matching 'doc/.build'

Installed /private/tmp/flaskext-test/Flask-WTF/Flask-WTF-0.2.3/nose-0.11.4-py2.5.egg
Searching for simplejson
Reading http://pypi.python.org/simple/simplejson/
Reading http://undefined.org/python/#simplejson
Best match: simplejson 2.1.1
Downloading http://pypi.python.org/packages/source/s/simplejson/simplejson-2.1.1.tar.gz#md5=0bbe3a2e5e4cac040013733aca159d89
Processing simplejson-2.1.1.tar.gz
Running simplejson-2.1.1/setup.py -q bdist_egg --dist-dir /var/folders/ze/zebUg90vE-GoYu3npyafmk+++TI/-Tmp-/easy_install-slKEXR/simplejson-2.1.1/egg-dist-tmp-RJS_3C

Installed /private/tmp/flaskext-test/Flask-WTF/Flask-WTF-0.2.3/simplejson-2.1.1-py2.5-macosx-10.6-i386.egg
Searching for twill
Reading http://pypi.python.org/simple/twill/
Reading http://www.idyll.org/~t/www-tools/twill.html
Reading http://twill.idyll.org/
Best match: twill 0.9
Downloading http://darcs.idyll.org/~t/projects/twill-0.9.tar.gz
Processing twill-0.9.tar.gz
Running twill-0.9/setup.py -q bdist_egg --dist-dir /var/folders/ze/zebUg90vE-GoYu3npyafmk+++TI/-Tmp-/easy_install-TGdQjl/twill-0.9/egg-dist-tmp--9QvrQ
zip_safe flag not set; analyzing archive contents...
twill.__init__: module references __file__
twill.commands: module references __file__

Installed /private/tmp/flaskext-test/Flask-WTF/Flask-WTF-0.2.3/twill-0.9-py2.5.egg
running egg_info
writing requirements to Flask_WTF.egg-info/requires.txt
writing Flask_WTF.egg-info/PKG-INFO
writing namespace_packages to Flask_WTF.egg-info/namespace_packages.txt
writing top-level names to Flask_WTF.egg-info/top_level.txt
writing dependency_links to Flask_WTF.egg-info/dependency_links.txt
reading manifest file 'Flask_WTF.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
warning: no previously-included files matching '*.pyc' found under directory 'tests'
warning: no previously-included files matching '*.pyc' found under directory 'tests'
warning: no previously-included files matching '*.pyc' found under directory 'docs'
warning: no previously-included files matching '*.pyo' found under directory 'docs'
no previously-included directories found matching 'docs/_build'
no previously-included directories found matching 'docs/_themes/.git'
writing manifest file 'Flask_WTF.egg-info/SOURCES.txt'
running build_ext
test_ajax (tests.TestCSRF) ... ok
test_csrf_disabled (tests.TestCSRF) ... ok
test_csrf_token (tests.TestCSRF) ... ok
test_invalid_csrf (tests.TestCSRF) ... ok
test_valid_csrf (tests.TestCSRF) ... ok
test_invalid_file (tests.TestFileUpload) ... ok
test_valid_file (tests.TestFileUpload) ... ok
test_not_submitted (tests.TestValidateOnSubmit) ... ok
test_submitted_and_valid (tests.TestValidateOnSubmit) ... ok
test_submitted_not_valid (tests.TestValidateOnSubmit) ... ok

----------------------------------------------------------------------
Ran 10 tests in 0.854s

OK

Flask-WTF - 0.2.3 [py26]

running test
Checking .pth file support in .
/private/tmp/flaskext-test/Flask-WTF/Flask-WTF-0.2.3/.tox/py26/bin/python -E -c pass
Searching for Flask-Testing
Reading http://pypi.python.org/simple/Flask-Testing/
Reading http://bitbucket.org/danjac/flask-testing
Best match: Flask-Testing 0.2.3
Downloading http://pypi.python.org/packages/source/F/Flask-Testing/Flask-Testing-0.2.3.tar.gz#md5=6ca0cbd9d0e380d7aaef7a19a8b8fb73
Processing Flask-Testing-0.2.3.tar.gz
Running Flask-Testing-0.2.3/setup.py -q bdist_egg --dist-dir /var/folders/ze/zebUg90vE-GoYu3npyafmk+++TI/-Tmp-/easy_install-dytrMt/Flask-Testing-0.2.3/egg-dist-tmp-SUbj1S
warning: no previously-included files matching '*.pyc' found under directory 'tests'
warning: no previously-included files matching '*.pyc' found under directory 'tests'
warning: no previously-included files matching '*.pyc' found under directory 'docs'
warning: no previously-included files matching '*.pyo' found under directory 'docs'
no previously-included directories found matching 'docs/_build'
no previously-included directories found matching 'docs/_themes/.git'

Installed /private/tmp/flaskext-test/Flask-WTF/Flask-WTF-0.2.3/Flask_Testing-0.2.3-py2.6.egg
Searching for nose
Reading http://pypi.python.org/simple/nose/
Reading http://somethingaboutorange.com/mrl/projects/nose/
Best match: nose 0.11.4
Downloading http://somethingaboutorange.com/mrl/projects/nose/nose-0.11.4.tar.gz
Processing nose-0.11.4.tar.gz
Running nose-0.11.4/setup.py -q bdist_egg --dist-dir /var/folders/ze/zebUg90vE-GoYu3npyafmk+++TI/-Tmp-/easy_install-Lyy2no/nose-0.11.4/egg-dist-tmp-koRqpO
no previously-included directories found matching 'doc/.build'

Installed /private/tmp/flaskext-test/Flask-WTF/Flask-WTF-0.2.3/nose-0.11.4-py2.6.egg
Searching for simplejson
Reading http://pypi.python.org/simple/simplejson/
Reading http://undefined.org/python/#simplejson
Best match: simplejson 2.1.1
Downloading http://pypi.python.org/packages/source/s/simplejson/simplejson-2.1.1.tar.gz#md5=0bbe3a2e5e4cac040013733aca159d89
Processing simplejson-2.1.1.tar.gz
Running simplejson-2.1.1/setup.py -q bdist_egg --dist-dir /var/folders/ze/zebUg90vE-GoYu3npyafmk+++TI/-Tmp-/easy_install-Y2IW5v/simplejson-2.1.1/egg-dist-tmp-mO6a94

Installed /private/tmp/flaskext-test/Flask-WTF/Flask-WTF-0.2.3/simplejson-2.1.1-py2.6-macosx-10.6-universal.egg
Searching for twill
Reading http://pypi.python.org/simple/twill/
Reading http://www.idyll.org/~t/www-tools/twill.html
Reading http://twill.idyll.org/
Best match: twill 0.9
Downloading http://darcs.idyll.org/~t/projects/twill-0.9.tar.gz
Processing twill-0.9.tar.gz
Running twill-0.9/setup.py -q bdist_egg --dist-dir /var/folders/ze/zebUg90vE-GoYu3npyafmk+++TI/-Tmp-/easy_install-9rRVeB/twill-0.9/egg-dist-tmp-Rs23WF
build/bdist.macosx-10.6-universal/egg/twill/other_packages/_mechanize_dist/_msiecookiejar.py:255: SyntaxWarning: assertion is always true, perhaps remove parentheses?
  assert (sig in ("HASH", "LEAK",
zip_safe flag not set; analyzing archive contents...
twill.__init__: module references __file__
twill.commands: module references __file__
/private/tmp/flaskext-test/Flask-WTF/Flask-WTF-0.2.3/twill-0.9-py2.6.egg/twill/other_packages/_mechanize_dist/_msiecookiejar.py:255: SyntaxWarning: assertion is always true, perhaps remove parentheses?
  assert (sig in ("HASH", "LEAK",

Installed /private/tmp/flaskext-test/Flask-WTF/Flask-WTF-0.2.3/twill-0.9-py2.6.egg
running egg_info
writing requirements to Flask_WTF.egg-info/requires.txt
writing Flask_WTF.egg-info/PKG-INFO
writing namespace_packages to Flask_WTF.egg-info/namespace_packages.txt
writing top-level names to Flask_WTF.egg-info/top_level.txt
writing dependency_links to Flask_WTF.egg-info/dependency_links.txt
reading manifest file 'Flask_WTF.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
warning: no previously-included files matching '*.pyc' found under directory 'tests'
warning: no previously-included files matching '*.pyc' found under directory 'docs'
warning: no previously-included files matching '*.pyo' found under directory 'docs'
no previously-included directories found matching 'docs/_build'
no previously-included directories found matching 'docs/_themes/.git'
writing manifest file 'Flask_WTF.egg-info/SOURCES.txt'
running build_ext
/private/tmp/flaskext-test/Flask-WTF/Flask-WTF-0.2.3/twill-0.9-py2.6.egg/twill/other_packages/_mechanize_dist/_auth.py:14: DeprecationWarning: the md5 module is deprecated; use hashlib instead
  import re, base64, urlparse, posixpath, md5, sha, sys, copy
/private/tmp/flaskext-test/Flask-WTF/Flask-WTF-0.2.3/twill-0.9-py2.6.egg/twill/other_packages/_mechanize_dist/_auth.py:14: DeprecationWarning: the sha module is deprecated; use the hashlib module instead
  import re, base64, urlparse, posixpath, md5, sha, sys, copy
test_ajax (tests.TestCSRF) ... ok
test_csrf_disabled (tests.TestCSRF) ... ok
test_csrf_token (tests.TestCSRF) ... ok
test_invalid_csrf (tests.TestCSRF) ... ok
test_valid_csrf (tests.TestCSRF) ... ok
test_invalid_file (tests.TestFileUpload) ... ok
test_valid_file (tests.TestFileUpload) ... ok
test_not_submitted (tests.TestValidateOnSubmit) ... ok
test_submitted_and_valid (tests.TestValidateOnSubmit) ... ok
test_submitted_not_valid (tests.TestValidateOnSubmit) ... ok

----------------------------------------------------------------------
Ran 10 tests in 1.008s

OK

Flask-WTF - 0.2.3 [py27]

running test
Checking .pth file support in .
/private/tmp/flaskext-test/Flask-WTF/Flask-WTF-0.2.3/.tox/py27/bin/python -E -c pass
Searching for Flask-Testing
Reading http://pypi.python.org/simple/Flask-Testing/
Reading http://bitbucket.org/danjac/flask-testing
Best match: Flask-Testing 0.2.3
Downloading http://pypi.python.org/packages/source/F/Flask-Testing/Flask-Testing-0.2.3.tar.gz#md5=6ca0cbd9d0e380d7aaef7a19a8b8fb73
Processing Flask-Testing-0.2.3.tar.gz
Running Flask-Testing-0.2.3/setup.py -q bdist_egg --dist-dir /var/folders/ze/zebUg90vE-GoYu3npyafmk+++TI/-Tmp-/easy_install-J9EAp7/Flask-Testing-0.2.3/egg-dist-tmp-zEXOH4
warning: no previously-included files matching '*.pyc' found under directory 'tests'
warning: no previously-included files matching '*.pyc' found under directory 'tests'
warning: no previously-included files matching '*.pyc' found under directory 'docs'
warning: no previously-included files matching '*.pyo' found under directory 'docs'
no previously-included directories found matching 'docs/_build'
no previously-included directories found matching 'docs/_themes/.git'

Installed /private/tmp/flaskext-test/Flask-WTF/Flask-WTF-0.2.3/Flask_Testing-0.2.3-py2.7.egg
Searching for nose
Reading http://pypi.python.org/simple/nose/
Reading http://somethingaboutorange.com/mrl/projects/nose/
Best match: nose 0.11.4
Downloading http://somethingaboutorange.com/mrl/projects/nose/nose-0.11.4.tar.gz
Processing nose-0.11.4.tar.gz
Running nose-0.11.4/setup.py -q bdist_egg --dist-dir /var/folders/ze/zebUg90vE-GoYu3npyafmk+++TI/-Tmp-/easy_install-TJLUbg/nose-0.11.4/egg-dist-tmp-K1Q_v8
no previously-included directories found matching 'doc/.build'

Installed /private/tmp/flaskext-test/Flask-WTF/Flask-WTF-0.2.3/nose-0.11.4-py2.7.egg
Searching for simplejson
Reading http://pypi.python.org/simple/simplejson/
Reading http://undefined.org/python/#simplejson
Best match: simplejson 2.1.1
Downloading http://pypi.python.org/packages/source/s/simplejson/simplejson-2.1.1.tar.gz#md5=0bbe3a2e5e4cac040013733aca159d89
Processing simplejson-2.1.1.tar.gz
Running simplejson-2.1.1/setup.py -q bdist_egg --dist-dir /var/folders/ze/zebUg90vE-GoYu3npyafmk+++TI/-Tmp-/easy_install-5QvukF/simplejson-2.1.1/egg-dist-tmp-QznIEI

Installed /private/tmp/flaskext-test/Flask-WTF/Flask-WTF-0.2.3/simplejson-2.1.1-py2.7-macosx-10.6-fat3.egg
Searching for twill
Reading http://pypi.python.org/simple/twill/
Reading http://www.idyll.org/~t/www-tools/twill.html
Reading http://twill.idyll.org/
Best match: twill 0.9
Downloading http://darcs.idyll.org/~t/projects/twill-0.9.tar.gz
Processing twill-0.9.tar.gz
Running twill-0.9/setup.py -q bdist_egg --dist-dir /var/folders/ze/zebUg90vE-GoYu3npyafmk+++TI/-Tmp-/easy_install-I7odqE/twill-0.9/egg-dist-tmp-YeXk_b
build/bdist.macosx-10.6-fat3/egg/twill/other_packages/_mechanize_dist/_msiecookiejar.py:255: SyntaxWarning: assertion is always true, perhaps remove parentheses?
  assert (sig in ("HASH", "LEAK",
zip_safe flag not set; analyzing archive contents...
twill.__init__: module references __file__
twill.commands: module references __file__
/private/tmp/flaskext-test/Flask-WTF/Flask-WTF-0.2.3/twill-0.9-py2.7.egg/twill/other_packages/_mechanize_dist/_msiecookiejar.py:255: SyntaxWarning: assertion is always true, perhaps remove parentheses?
  assert (sig in ("HASH", "LEAK",

Installed /private/tmp/flaskext-test/Flask-WTF/Flask-WTF-0.2.3/twill-0.9-py2.7.egg
running egg_info
writing requirements to Flask_WTF.egg-info/requires.txt
writing Flask_WTF.egg-info/PKG-INFO
writing namespace_packages to Flask_WTF.egg-info/namespace_packages.txt
writing top-level names to Flask_WTF.egg-info/top_level.txt
writing dependency_links to Flask_WTF.egg-info/dependency_links.txt
reading manifest file 'Flask_WTF.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
warning: no previously-included files matching '*.pyc' found under directory 'tests'
warning: no previously-included files matching '*.pyc' found under directory 'docs'
warning: no previously-included files matching '*.pyo' found under directory 'docs'
no previously-included directories found matching 'docs/_build'
no previously-included directories found matching 'docs/_themes/.git'
writing manifest file 'Flask_WTF.egg-info/SOURCES.txt'
running build_ext
test_ajax (tests.TestCSRF) ... ok
test_csrf_disabled (tests.TestCSRF) ... ok
test_csrf_token (tests.TestCSRF) ... ok
test_invalid_csrf (tests.TestCSRF) ... ok
test_valid_csrf (tests.TestCSRF) ... ok
test_invalid_file (tests.TestFileUpload) ... ok
test_valid_file (tests.TestFileUpload) ... ok
test_not_submitted (tests.TestValidateOnSubmit) ... ok
test_submitted_and_valid (tests.TestValidateOnSubmit) ... ok
test_submitted_not_valid (tests.TestValidateOnSubmit) ... ok

----------------------------------------------------------------------
Ran 10 tests in 1.151s

OK

Flask-XML-RPC - 0.1.2 [py25]

running test
Checking .pth file support in .
/private/tmp/flaskext-test/Flask-XML-RPC/Flask-XML-RPC-0.1.2/.tox/py25/bin/python -E -c pass
Searching for nose
Reading http://pypi.python.org/simple/nose/
Reading http://somethingaboutorange.com/mrl/projects/nose/
Best match: nose 0.11.4
Downloading http://somethingaboutorange.com/mrl/projects/nose/nose-0.11.4.tar.gz
Processing nose-0.11.4.tar.gz
Running nose-0.11.4/setup.py -q bdist_egg --dist-dir /var/folders/ze/zebUg90vE-GoYu3npyafmk+++TI/-Tmp-/easy_install-EfaIln/nose-0.11.4/egg-dist-tmp-jsgQV0
no previously-included directories found matching 'doc/.build'

Installed /private/tmp/flaskext-test/Flask-XML-RPC/Flask-XML-RPC-0.1.2/nose-0.11.4-py2.5.egg
running egg_info
writing requirements to Flask_XML_RPC.egg-info/requires.txt
writing Flask_XML_RPC.egg-info/PKG-INFO
writing namespace_packages to Flask_XML_RPC.egg-info/namespace_packages.txt
writing top-level names to Flask_XML_RPC.egg-info/top_level.txt
writing dependency_links to Flask_XML_RPC.egg-info/dependency_links.txt
reading manifest file 'Flask_XML_RPC.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
writing manifest file 'Flask_XML_RPC.egg-info/SOURCES.txt'
running build_ext
test-xmlrpc.TestHandler.test_call ... ok
test-xmlrpc.TestHandler.test_connect ... ok
test-xmlrpc.TestHandler.test_creation ... ok
test-xmlrpc.TestHandler.test_instance ... ok
test-xmlrpc.TestHandler.test_namespaces ... ok
test-xmlrpc.TestHandler.test_register ... ok
test-xmlrpc.TestTestingUtils.test_dump_method_call ... ok
test-xmlrpc.TestTestingUtils.test_load_method_response ... ok
test-xmlrpc.TestTestingUtils.test_test_xmlrpc_call ... ok

----------------------------------------------------------------------
Ran 9 tests in 0.374s

OK

Flask-XML-RPC - 0.1.2 [py26]

running test
Checking .pth file support in .
/private/tmp/flaskext-test/Flask-XML-RPC/Flask-XML-RPC-0.1.2/.tox/py26/bin/python -E -c pass
Searching for nose
Reading http://pypi.python.org/simple/nose/
Reading http://somethingaboutorange.com/mrl/projects/nose/
Best match: nose 0.11.4
Downloading http://somethingaboutorange.com/mrl/projects/nose/nose-0.11.4.tar.gz
Processing nose-0.11.4.tar.gz
Running nose-0.11.4/setup.py -q bdist_egg --dist-dir /var/folders/ze/zebUg90vE-GoYu3npyafmk+++TI/-Tmp-/easy_install-6LGoOK/nose-0.11.4/egg-dist-tmp-jWYw7w
no previously-included directories found matching 'doc/.build'

Installed /private/tmp/flaskext-test/Flask-XML-RPC/Flask-XML-RPC-0.1.2/nose-0.11.4-py2.6.egg
running egg_info
writing requirements to Flask_XML_RPC.egg-info/requires.txt
writing Flask_XML_RPC.egg-info/PKG-INFO
writing namespace_packages to Flask_XML_RPC.egg-info/namespace_packages.txt
writing top-level names to Flask_XML_RPC.egg-info/top_level.txt
writing dependency_links to Flask_XML_RPC.egg-info/dependency_links.txt
reading manifest file 'Flask_XML_RPC.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
writing manifest file 'Flask_XML_RPC.egg-info/SOURCES.txt'
running build_ext
test-xmlrpc.TestHandler.test_call ... ok
test-xmlrpc.TestHandler.test_connect ... ok
test-xmlrpc.TestHandler.test_creation ... ok
test-xmlrpc.TestHandler.test_instance ... ok
test-xmlrpc.TestHandler.test_namespaces ... ok
test-xmlrpc.TestHandler.test_register ... ok
test-xmlrpc.TestTestingUtils.test_dump_method_call ... ok
test-xmlrpc.TestTestingUtils.test_load_method_response ... ok
test-xmlrpc.TestTestingUtils.test_test_xmlrpc_call ... ok

----------------------------------------------------------------------
Ran 9 tests in 0.401s

OK

Flask-XML-RPC - 0.1.2 [py27]

running test
Checking .pth file support in .
/private/tmp/flaskext-test/Flask-XML-RPC/Flask-XML-RPC-0.1.2/.tox/py27/bin/python -E -c pass
Searching for nose
Reading http://pypi.python.org/simple/nose/
Reading http://somethingaboutorange.com/mrl/projects/nose/
Best match: nose 0.11.4
Downloading http://somethingaboutorange.com/mrl/projects/nose/nose-0.11.4.tar.gz
Processing nose-0.11.4.tar.gz
Running nose-0.11.4/setup.py -q bdist_egg --dist-dir /var/folders/ze/zebUg90vE-GoYu3npyafmk+++TI/-Tmp-/easy_install-X8f1Eh/nose-0.11.4/egg-dist-tmp-0lo7KW
no previously-included directories found matching 'doc/.build'

Installed /private/tmp/flaskext-test/Flask-XML-RPC/Flask-XML-RPC-0.1.2/nose-0.11.4-py2.7.egg
running egg_info
writing requirements to Flask_XML_RPC.egg-info/requires.txt
writing Flask_XML_RPC.egg-info/PKG-INFO
writing namespace_packages to Flask_XML_RPC.egg-info/namespace_packages.txt
writing top-level names to Flask_XML_RPC.egg-info/top_level.txt
writing dependency_links to Flask_XML_RPC.egg-info/dependency_links.txt
reading manifest file 'Flask_XML_RPC.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
writing manifest file 'Flask_XML_RPC.egg-info/SOURCES.txt'
running build_ext
test-xmlrpc.TestHandler.test_call ... ok
test-xmlrpc.TestHandler.test_connect ... ok
test-xmlrpc.TestHandler.test_creation ... ok
test-xmlrpc.TestHandler.test_instance ... ok
test-xmlrpc.TestHandler.test_namespaces ... ok
test-xmlrpc.TestHandler.test_register ... ok
test-xmlrpc.TestTestingUtils.test_dump_method_call ... ok
test-xmlrpc.TestTestingUtils.test_load_method_response ... ok
test-xmlrpc.TestTestingUtils.test_test_xmlrpc_call ... ok

----------------------------------------------------------------------
Ran 9 tests in 0.586s

OK