# Pastebin 30I8siPh ====================================================================== ERROR: Failure: KeyError ('urls') ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/ubuntu/craton/.tox/py35/lib/python3.5/site-packages/nose/failure.py", line 39, in runTest raise self.exc_val.with_traceback(self.tb) File "/home/ubuntu/craton/.tox/py35/lib/python3.5/site-packages/nose/loader.py", line 418, in loadTestsFromName addr.filename, addr.module) File "/home/ubuntu/craton/.tox/py35/lib/python3.5/site-packages/nose/importer.py", line 47, in importFromPath return self.importFromDir(dir_path, fqname) File "/home/ubuntu/craton/.tox/py35/lib/python3.5/site-packages/nose/importer.py", line 94, in importFromDir mod = load_module(part_fqname, fh, filename, desc) File "/home/ubuntu/craton/.tox/py35/lib/python3.5/imp.py", line 244, in load_module return load_package(name, filename) File "/home/ubuntu/craton/.tox/py35/lib/python3.5/imp.py", line 216, in load_package return _load(spec) File "", line 693, in _load File "", line 673, in _load_unlocked File "", line 665, in exec_module File "", line 222, in _call_with_frames_removed File "/home/ubuntu/craton/craton/api/__init__.py", line 9, in from craton.api import v1 File "/home/ubuntu/craton/craton/api/v1/__init__.py", line 17, in api.add_resource(route.pop('resource'), *route.pop('urls'), **route) KeyError: 'urls' ---------------------------------------------------------------------- Ran 1 test in 0.001s FAILED (errors=1)