Created
October 15, 2012 16:08
-
-
Save springmeyer/3893312 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(env)~/projects/OSMTM[master]$ python setup.py test | |
/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/dist.py:267: UserWarning: Unknown distribution option: 'paster_plugins' | |
warnings.warn(msg) | |
running test | |
running egg_info | |
writing requirements to OSMTM.egg-info/requires.txt | |
writing OSMTM.egg-info/PKG-INFO | |
writing top-level names to OSMTM.egg-info/top_level.txt | |
writing dependency_links to OSMTM.egg-info/dependency_links.txt | |
writing entry points to OSMTM.egg-info/entry_points.txt | |
reading manifest file 'OSMTM.egg-info/SOURCES.txt' | |
reading manifest template 'MANIFEST.in' | |
warning: no files found matching '*.pt' under directory 'OSMTM' | |
warning: no files found matching '*.mak' under directory 'OSMTM' | |
writing manifest file 'OSMTM.egg-info/SOURCES.txt' | |
running build_ext | |
test_about (OSMTM.tests.FunctionalTests) ... ERROR | |
test_admin_authenticated (OSMTM.tests.FunctionalTests) ... ERROR | |
test_admin_user (OSMTM.tests.FunctionalTests) ... ERROR | |
test_admin_user_update (OSMTM.tests.FunctionalTests) ... ERROR | |
test_authenticated (OSMTM.tests.FunctionalTests) ... ERROR | |
test_nextview (OSMTM.tests.FunctionalTests) ... ERROR | |
test_root (OSMTM.tests.FunctionalTests) ... ERROR | |
test_task (OSMTM.tests.FunctionalTests) ... ERROR | |
test_task_not_found (OSMTM.tests.FunctionalTests) ... ERROR | |
test_task_take (OSMTM.tests.FunctionalTests) ... ERROR | |
test_user_authenticated (OSMTM.tests.FunctionalTests) ... ERROR | |
test_user_profile (OSMTM.tests.FunctionalTests) ... ERROR | |
test_user_users (OSMTM.tests.FunctionalTests) ... ERROR | |
test_constructor (OSMTM.tests.JobModelTests) ... /Users/dane/projects/OSMTM/env/lib/python2.7/site-packages/SQLAlchemy-0.7.9-py2.7-macosx-10.7-intel.egg/sqlalchemy/engine/default.py:463: SAWarning: Unicode type received non-unicode bind param value. | |
param.append(processors[key](compiled_params[key])) | |
ERROR | |
test_it (OSMTM.tests.TestHome) ... ERROR | |
test_it (OSMTM.tests.TestJob) ... ERROR | |
test_it (OSMTM.tests.TestJobNew) ... ERROR | |
test_constructor (OSMTM.tests.TileModelTests) ... ERROR | |
test_constructor (OSMTM.tests.UserModelTests) ... ERROR | |
====================================================================== | |
ERROR: test_about (OSMTM.tests.FunctionalTests) | |
---------------------------------------------------------------------- | |
Traceback (most recent call last): | |
File "/Users/dane/projects/OSMTM/OSMTM/tests.py", line 156, in setUp | |
self.app = main({}, **settings) | |
File "/Users/dane/projects/OSMTM/OSMTM/__init__.py", line 16, in main | |
admin_user = settings['admin_user'] | |
KeyError: 'admin_user' | |
====================================================================== | |
ERROR: test_admin_authenticated (OSMTM.tests.FunctionalTests) | |
---------------------------------------------------------------------- | |
Traceback (most recent call last): | |
File "/Users/dane/projects/OSMTM/OSMTM/tests.py", line 156, in setUp | |
self.app = main({}, **settings) | |
File "/Users/dane/projects/OSMTM/OSMTM/__init__.py", line 16, in main | |
admin_user = settings['admin_user'] | |
KeyError: 'admin_user' | |
====================================================================== | |
ERROR: test_admin_user (OSMTM.tests.FunctionalTests) | |
---------------------------------------------------------------------- | |
Traceback (most recent call last): | |
File "/Users/dane/projects/OSMTM/OSMTM/tests.py", line 156, in setUp | |
self.app = main({}, **settings) | |
File "/Users/dane/projects/OSMTM/OSMTM/__init__.py", line 16, in main | |
admin_user = settings['admin_user'] | |
KeyError: 'admin_user' | |
====================================================================== | |
ERROR: test_admin_user_update (OSMTM.tests.FunctionalTests) | |
---------------------------------------------------------------------- | |
Traceback (most recent call last): | |
File "/Users/dane/projects/OSMTM/OSMTM/tests.py", line 156, in setUp | |
self.app = main({}, **settings) | |
File "/Users/dane/projects/OSMTM/OSMTM/__init__.py", line 16, in main | |
admin_user = settings['admin_user'] | |
KeyError: 'admin_user' | |
====================================================================== | |
ERROR: test_authenticated (OSMTM.tests.FunctionalTests) | |
---------------------------------------------------------------------- | |
Traceback (most recent call last): | |
File "/Users/dane/projects/OSMTM/OSMTM/tests.py", line 156, in setUp | |
self.app = main({}, **settings) | |
File "/Users/dane/projects/OSMTM/OSMTM/__init__.py", line 16, in main | |
admin_user = settings['admin_user'] | |
KeyError: 'admin_user' | |
====================================================================== | |
ERROR: test_nextview (OSMTM.tests.FunctionalTests) | |
---------------------------------------------------------------------- | |
Traceback (most recent call last): | |
File "/Users/dane/projects/OSMTM/OSMTM/tests.py", line 156, in setUp | |
self.app = main({}, **settings) | |
File "/Users/dane/projects/OSMTM/OSMTM/__init__.py", line 16, in main | |
admin_user = settings['admin_user'] | |
KeyError: 'admin_user' | |
====================================================================== | |
ERROR: test_root (OSMTM.tests.FunctionalTests) | |
---------------------------------------------------------------------- | |
Traceback (most recent call last): | |
File "/Users/dane/projects/OSMTM/OSMTM/tests.py", line 156, in setUp | |
self.app = main({}, **settings) | |
File "/Users/dane/projects/OSMTM/OSMTM/__init__.py", line 16, in main | |
admin_user = settings['admin_user'] | |
KeyError: 'admin_user' | |
====================================================================== | |
ERROR: test_task (OSMTM.tests.FunctionalTests) | |
---------------------------------------------------------------------- | |
Traceback (most recent call last): | |
File "/Users/dane/projects/OSMTM/OSMTM/tests.py", line 156, in setUp | |
self.app = main({}, **settings) | |
File "/Users/dane/projects/OSMTM/OSMTM/__init__.py", line 16, in main | |
admin_user = settings['admin_user'] | |
KeyError: 'admin_user' | |
====================================================================== | |
ERROR: test_task_not_found (OSMTM.tests.FunctionalTests) | |
---------------------------------------------------------------------- | |
Traceback (most recent call last): | |
File "/Users/dane/projects/OSMTM/OSMTM/tests.py", line 156, in setUp | |
self.app = main({}, **settings) | |
File "/Users/dane/projects/OSMTM/OSMTM/__init__.py", line 16, in main | |
admin_user = settings['admin_user'] | |
KeyError: 'admin_user' | |
====================================================================== | |
ERROR: test_task_take (OSMTM.tests.FunctionalTests) | |
---------------------------------------------------------------------- | |
Traceback (most recent call last): | |
File "/Users/dane/projects/OSMTM/OSMTM/tests.py", line 156, in setUp | |
self.app = main({}, **settings) | |
File "/Users/dane/projects/OSMTM/OSMTM/__init__.py", line 16, in main | |
admin_user = settings['admin_user'] | |
KeyError: 'admin_user' | |
====================================================================== | |
ERROR: test_user_authenticated (OSMTM.tests.FunctionalTests) | |
---------------------------------------------------------------------- | |
Traceback (most recent call last): | |
File "/Users/dane/projects/OSMTM/OSMTM/tests.py", line 156, in setUp | |
self.app = main({}, **settings) | |
File "/Users/dane/projects/OSMTM/OSMTM/__init__.py", line 16, in main | |
admin_user = settings['admin_user'] | |
KeyError: 'admin_user' | |
====================================================================== | |
ERROR: test_user_profile (OSMTM.tests.FunctionalTests) | |
---------------------------------------------------------------------- | |
Traceback (most recent call last): | |
File "/Users/dane/projects/OSMTM/OSMTM/tests.py", line 156, in setUp | |
self.app = main({}, **settings) | |
File "/Users/dane/projects/OSMTM/OSMTM/__init__.py", line 16, in main | |
admin_user = settings['admin_user'] | |
KeyError: 'admin_user' | |
====================================================================== | |
ERROR: test_user_users (OSMTM.tests.FunctionalTests) | |
---------------------------------------------------------------------- | |
Traceback (most recent call last): | |
File "/Users/dane/projects/OSMTM/OSMTM/tests.py", line 156, in setUp | |
self.app = main({}, **settings) | |
File "/Users/dane/projects/OSMTM/OSMTM/__init__.py", line 16, in main | |
admin_user = settings['admin_user'] | |
KeyError: 'admin_user' | |
====================================================================== | |
ERROR: test_constructor (OSMTM.tests.JobModelTests) | |
---------------------------------------------------------------------- | |
Traceback (most recent call last): | |
File "/Users/dane/projects/OSMTM/OSMTM/tests.py", line 41, in setUp | |
_initTestingDB() | |
File "/Users/dane/projects/OSMTM/OSMTM/tests.py", line 9, in _initTestingDB | |
populate() | |
TypeError: populate() takes exactly 1 argument (0 given) | |
====================================================================== | |
ERROR: test_it (OSMTM.tests.TestHome) | |
---------------------------------------------------------------------- | |
Traceback (most recent call last): | |
File "/Users/dane/projects/OSMTM/OSMTM/tests.py", line 88, in setUp | |
_initTestingDB() | |
File "/Users/dane/projects/OSMTM/OSMTM/tests.py", line 9, in _initTestingDB | |
populate() | |
TypeError: populate() takes exactly 1 argument (0 given) | |
====================================================================== | |
ERROR: test_it (OSMTM.tests.TestJob) | |
---------------------------------------------------------------------- | |
Traceback (most recent call last): | |
File "/Users/dane/projects/OSMTM/OSMTM/tests.py", line 134, in setUp | |
self.session = _initTestingDB() | |
File "/Users/dane/projects/OSMTM/OSMTM/tests.py", line 9, in _initTestingDB | |
populate() | |
TypeError: populate() takes exactly 1 argument (0 given) | |
====================================================================== | |
ERROR: test_it (OSMTM.tests.TestJobNew) | |
---------------------------------------------------------------------- | |
Traceback (most recent call last): | |
File "/Users/dane/projects/OSMTM/OSMTM/tests.py", line 105, in setUp | |
self.session = _initTestingDB() | |
File "/Users/dane/projects/OSMTM/OSMTM/tests.py", line 9, in _initTestingDB | |
populate() | |
TypeError: populate() takes exactly 1 argument (0 given) | |
====================================================================== | |
ERROR: test_constructor (OSMTM.tests.TileModelTests) | |
---------------------------------------------------------------------- | |
Traceback (most recent call last): | |
File "/Users/dane/projects/OSMTM/OSMTM/tests.py", line 19, in setUp | |
_initTestingDB() | |
File "/Users/dane/projects/OSMTM/OSMTM/tests.py", line 9, in _initTestingDB | |
populate() | |
TypeError: populate() takes exactly 1 argument (0 given) | |
====================================================================== | |
ERROR: test_constructor (OSMTM.tests.UserModelTests) | |
---------------------------------------------------------------------- | |
Traceback (most recent call last): | |
File "/Users/dane/projects/OSMTM/OSMTM/tests.py", line 68, in setUp | |
_initTestingDB() | |
File "/Users/dane/projects/OSMTM/OSMTM/tests.py", line 9, in _initTestingDB | |
populate() | |
TypeError: populate() takes exactly 1 argument (0 given) | |
---------------------------------------------------------------------- | |
Ran 19 tests in 0.225s | |
FAILED (errors=19) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment