Skip to content

Instantly share code, notes, and snippets.

@oberstet
Created July 29, 2014 12:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save oberstet/63f742653e4a114325b9 to your computer and use it in GitHub Desktop.
Save oberstet/63f742653e4a114325b9 to your computer and use it in GitHub Desktop.
oberstet@corei7ub1310:~/scm/tavendo/autobahn/AutobahnPython/autobahn$ tox
GLOB sdist-make: /home/oberstet/scm/tavendo/autobahn/AutobahnPython/autobahn/setup.py
py26twisted inst-nodeps: /home/oberstet/scm/tavendo/autobahn/AutobahnPython/autobahn/.tox/dist/autobahn-0.8.12.zip
py26twisted runtests: PYTHONHASHSEED='146605569'
py26twisted runtests: commands[0] | sh -c which python
/home/oberstet/scm/tavendo/autobahn/AutobahnPython/autobahn/.tox/py26twisted/bin/python
py26twisted runtests: commands[1] | sh -c which trial
/home/oberstet/scm/tavendo/autobahn/AutobahnPython/autobahn/.tox/py26twisted/bin/trial
py26twisted runtests: commands[2] | python -V
Python 2.6.9
py26twisted runtests: commands[3] | trial --version
Twisted version: 14.0.0
py26twisted runtests: commands[4] | trial autobahn
/home/oberstet/scm/tavendo/autobahn/AutobahnPython/autobahn/.tox/py26twisted/lib/python2.6/site-packages/twisted/plugin.py:153: DeprecationWarning: twisted.internet.interfaces.IStreamClientEndpointStringParser was deprecated in Twisted 14.0.0: This interface has been superseded by IStreamClientEndpointStringParserWithReactor.
dropinDotCache = pickle.load(dropinPath.open('r'))
autobahn.wamp.test.test_message
TestCallMessage
test_ctor ... [OK]
test_parse_and_marshal ... [OK]
TestCancelMessage
test_ctor ... [OK]
test_parse_and_marshal ... [OK]
TestErrorMessage
test_ctor ... [OK]
test_parse_and_marshal ... [OK]
TestEventMessage
test_ctor ... [OK]
test_parse_and_marshal ... [OK]
TestGoodbyeMessage
test_ctor ... [OK]
test_parse_and_marshal ... [OK]
test_str ... [OK]
TestHeartbeatMessage
test_ctor ... [OK]
test_parse_and_marshal ... [OK]
test_str ... [OK]
TestHelloMessage
test_ctor ... [OK]
test_parse_and_marshal ... [OK]
test_str ... [OK]
TestInterruptMessage
test_ctor ... [OK]
test_parse_and_marshal ... [OK]
TestInvocationMessage
test_ctor ... [OK]
test_parse_and_marshal ... [OK]
TestPublishMessage
test_ctor ... [OK]
test_parse_and_marshal ... [OK]
TestPublishedMessage
test_ctor ... [OK]
test_parse_and_marshal ... [OK]
TestRegisterMessage
test_ctor ... [OK]
test_parse_and_marshal ... [OK]
TestRegisteredMessage
test_ctor ... [OK]
test_parse_and_marshal ... [OK]
TestResultMessage
test_ctor ... [OK]
test_parse_and_marshal ... [OK]
TestSubscribeMessage
test_ctor ... [OK]
test_parse_and_marshal ... [OK]
TestSubscribedMessage
test_ctor ... [OK]
test_parse_and_marshal ... [OK]
TestUnregisterMessage
test_ctor ... [OK]
test_parse_and_marshal ... [OK]
TestUnregisteredMessage
test_ctor ... [OK]
test_parse_and_marshal ... [OK]
TestUnsubscribeMessage
test_ctor ... [OK]
test_parse_and_marshal ... [OK]
TestUnsubscribedMessage
test_ctor ... [OK]
test_parse_and_marshal ... [OK]
TestYieldMessage
test_ctor ... [OK]
test_parse_and_marshal ... [OK]
autobahn.wamp.test.test_protocol
TestPublisher
test_call ... [OK]
test_call_with_complex_result ... [OK]
test_invoke ... [OK]
test_publish ... [OK]
test_publish_acknowledged ... [OK]
test_publish_defined_exception ... [OK]
test_publish_undefined_exception ... [OK]
test_register ... [OK]
test_subscribe ... [OK]
test_unregister ... [OK]
test_unsubscribe ... [OK]
autobahn.wamp.test.test_protocol_peer
TestPeerExceptions
test_exception_from_message ... [OK]
test_message_from_exception ... [OK]
autobahn.wamp.test.test_router
TestEmbeddedSessions
test_add ... [OK]
test_add_and_subscribe ... [OK]
autobahn.wamp.test.test_serializer
TestSerializer
test_caching ... [OK]
test_roundtrip ... [OK]
autobahn.wamp.test.test_uri_pattern
TestDecorators
test_decorate_endpoint ... [OK]
test_decorate_exception ... [OK]
test_decorate_handler ... [OK]
test_match_decorated_endpoint ... [OK]
test_match_decorated_exception ... [OK]
test_match_decorated_handler ... [OK]
TestDecoratorsAdvanced
test_decorate_endpoint_multiple ... [OK]
test_decorate_exception_non_exception ... [OK]
test_define_exception_decorated ... [OK]
test_define_exception_undecorated ... [OK]
test_map_exception_args ... [OK]
test_map_exception_undefined ... [OK]
test_marshal_decorated_exception ... [OK]
TestUris
test_invalid_uris ... [OK]
test_parse_uris ... [OK]
test_valid_uris ... [OK]
autobahn.websocket.test.test_websocket_url
TestCreateWsUrl
test_create_url01 ... [OK]
test_create_url02 ... [OK]
test_create_url03 ... [OK]
test_create_url04 ... [OK]
test_create_url05 ... [OK]
test_create_url06 ... [OK]
test_create_url07 ... [OK]
test_create_url08 ... [OK]
test_create_url09 ... [OK]
test_create_url10 ... [OK]
test_create_url11 ... [OK]
test_create_url12 ... [OK]
test_create_url13 ... [OK]
test_create_url14 ... [OK]
test_create_url15 ... [OK]
TestParseWsUrl
test_parse_url01 ... [OK]
test_parse_url02 ... [OK]
test_parse_url03 ... [OK]
test_parse_url04 ... [OK]
test_parse_url05 ... [OK]
test_parse_url06 ... [OK]
test_parse_url07 ... [OK]
test_parse_url08 ... [OK]
test_parse_url09 ... [OK]
test_parse_url10 ... [OK]
test_parse_url11 ... [OK]
test_parse_url12 ... [OK]
test_parse_url13 ... [OK]
test_parse_url14 ... [OK]
-------------------------------------------------------------------------------
Ran 107 tests in 0.059s
PASSED (successes=107)
py26asyncio inst-nodeps: /home/oberstet/scm/tavendo/autobahn/AutobahnPython/autobahn/.tox/dist/autobahn-0.8.12.zip
py26asyncio runtests: PYTHONHASHSEED='146605569'
py26asyncio runtests: commands[0] | sh -c which python
/home/oberstet/scm/tavendo/autobahn/AutobahnPython/autobahn/.tox/py26asyncio/bin/python
py26asyncio runtests: commands[1] | python -V
Python 2.6.9
py26asyncio runtests: commands[2] | python -m pytest
============================================================================== test session starts ===============================================================================
platform linux3 -- Python 2.6.9 -- py-1.4.22 -- pytest-2.6.0
collected 96 items
autobahn/wamp/test/test_message.py .............................................
autobahn/wamp/test/test_protocol_peer.py ..
autobahn/wamp/test/test_router.py ..
autobahn/wamp/test/test_serializer.py ..
autobahn/wamp/test/test_uri_pattern.py ................
autobahn/websocket/test/test_websocket_url.py .............................
=========================================================================== 96 passed in 0.47 seconds ============================================================================
py27twisted inst-nodeps: /home/oberstet/scm/tavendo/autobahn/AutobahnPython/autobahn/.tox/dist/autobahn-0.8.12.zip
py27twisted runtests: PYTHONHASHSEED='146605569'
py27twisted runtests: commands[0] | sh -c which python
/home/oberstet/scm/tavendo/autobahn/AutobahnPython/autobahn/.tox/py27twisted/bin/python
py27twisted runtests: commands[1] | sh -c which trial
/home/oberstet/scm/tavendo/autobahn/AutobahnPython/autobahn/.tox/py27twisted/bin/trial
py27twisted runtests: commands[2] | python -V
Python 2.7.8
py27twisted runtests: commands[3] | trial --version
Twisted version: 14.0.0
py27twisted runtests: commands[4] | trial autobahn
autobahn.wamp.test.test_message
TestCallMessage
test_ctor ... [OK]
test_parse_and_marshal ... [OK]
TestCancelMessage
test_ctor ... [OK]
test_parse_and_marshal ... [OK]
TestErrorMessage
test_ctor ... [OK]
test_parse_and_marshal ... [OK]
TestEventMessage
test_ctor ... [OK]
test_parse_and_marshal ... [OK]
TestGoodbyeMessage
test_ctor ... [OK]
test_parse_and_marshal ... [OK]
test_str ... [OK]
TestHeartbeatMessage
test_ctor ... [OK]
test_parse_and_marshal ... [OK]
test_str ... [OK]
TestHelloMessage
test_ctor ... [OK]
test_parse_and_marshal ... [OK]
test_str ... [OK]
TestInterruptMessage
test_ctor ... [OK]
test_parse_and_marshal ... [OK]
TestInvocationMessage
test_ctor ... [OK]
test_parse_and_marshal ... [OK]
TestPublishMessage
test_ctor ... [OK]
test_parse_and_marshal ... [OK]
TestPublishedMessage
test_ctor ... [OK]
test_parse_and_marshal ... [OK]
TestRegisterMessage
test_ctor ... [OK]
test_parse_and_marshal ... [OK]
TestRegisteredMessage
test_ctor ... [OK]
test_parse_and_marshal ... [OK]
TestResultMessage
test_ctor ... [OK]
test_parse_and_marshal ... [OK]
TestSubscribeMessage
test_ctor ... [OK]
test_parse_and_marshal ... [OK]
TestSubscribedMessage
test_ctor ... [OK]
test_parse_and_marshal ... [OK]
TestUnregisterMessage
test_ctor ... [OK]
test_parse_and_marshal ... [OK]
TestUnregisteredMessage
test_ctor ... [OK]
test_parse_and_marshal ... [OK]
TestUnsubscribeMessage
test_ctor ... [OK]
test_parse_and_marshal ... [OK]
TestUnsubscribedMessage
test_ctor ... [OK]
test_parse_and_marshal ... [OK]
TestYieldMessage
test_ctor ... [OK]
test_parse_and_marshal ... [OK]
autobahn.wamp.test.test_protocol
TestPublisher
test_call ... [OK]
test_call_with_complex_result ... [OK]
test_invoke ... [OK]
test_publish ... [OK]
test_publish_acknowledged ... [OK]
test_publish_defined_exception ... [OK]
test_publish_undefined_exception ... [OK]
test_register ... [OK]
test_subscribe ... [OK]
test_unregister ... [OK]
test_unsubscribe ... [OK]
autobahn.wamp.test.test_protocol_peer
TestPeerExceptions
test_exception_from_message ... [OK]
test_message_from_exception ... [OK]
autobahn.wamp.test.test_router
TestEmbeddedSessions
test_add ... [OK]
test_add_and_subscribe ... [OK]
autobahn.wamp.test.test_serializer
TestSerializer
test_caching ... [OK]
test_roundtrip ... [OK]
autobahn.wamp.test.test_uri_pattern
TestDecorators
test_decorate_endpoint ... [OK]
test_decorate_exception ... [OK]
test_decorate_handler ... [OK]
test_match_decorated_endpoint ... [OK]
test_match_decorated_exception ... [OK]
test_match_decorated_handler ... [OK]
TestDecoratorsAdvanced
test_decorate_endpoint_multiple ... [OK]
test_decorate_exception_non_exception ... [OK]
test_define_exception_decorated ... [OK]
test_define_exception_undecorated ... [OK]
test_map_exception_args ... [OK]
test_map_exception_undefined ... [OK]
test_marshal_decorated_exception ... [OK]
TestUris
test_invalid_uris ... [OK]
test_parse_uris ... [OK]
test_valid_uris ... [OK]
autobahn.websocket.test.test_websocket_url
TestCreateWsUrl
test_create_url01 ... [OK]
test_create_url02 ... [OK]
test_create_url03 ... [OK]
test_create_url04 ... [OK]
test_create_url05 ... [OK]
test_create_url06 ... [OK]
test_create_url07 ... [OK]
test_create_url08 ... [OK]
test_create_url09 ... [OK]
test_create_url10 ... [OK]
test_create_url11 ... [OK]
test_create_url12 ... [OK]
test_create_url13 ... [OK]
test_create_url14 ... [OK]
test_create_url15 ... [OK]
TestParseWsUrl
test_parse_url01 ... [OK]
test_parse_url02 ... [OK]
test_parse_url03 ... [OK]
test_parse_url04 ... [OK]
test_parse_url05 ... [OK]
test_parse_url06 ... [OK]
test_parse_url07 ... [OK]
test_parse_url08 ... [OK]
test_parse_url09 ... [OK]
test_parse_url10 ... [OK]
test_parse_url11 ... [OK]
test_parse_url12 ... [OK]
test_parse_url13 ... [OK]
test_parse_url14 ... [OK]
-------------------------------------------------------------------------------
Ran 107 tests in 0.058s
PASSED (successes=107)
py27asyncio inst-nodeps: /home/oberstet/scm/tavendo/autobahn/AutobahnPython/autobahn/.tox/dist/autobahn-0.8.12.zip
py27asyncio runtests: PYTHONHASHSEED='146605569'
py27asyncio runtests: commands[0] | sh -c which python
/home/oberstet/scm/tavendo/autobahn/AutobahnPython/autobahn/.tox/py27asyncio/bin/python
py27asyncio runtests: commands[1] | python -V
Python 2.7.8
py27asyncio runtests: commands[2] | python -m pytest
============================================================================== test session starts ===============================================================================
platform linux2 -- Python 2.7.8 -- py-1.4.22 -- pytest-2.6.0
collected 96 items
autobahn/wamp/test/test_message.py .............................................
autobahn/wamp/test/test_protocol_peer.py ..
autobahn/wamp/test/test_router.py ..
autobahn/wamp/test/test_serializer.py ..
autobahn/wamp/test/test_uri_pattern.py ................
autobahn/websocket/test/test_websocket_url.py .............................
=========================================================================== 96 passed in 0.42 seconds ============================================================================
py33asyncio inst-nodeps: /home/oberstet/scm/tavendo/autobahn/AutobahnPython/autobahn/.tox/dist/autobahn-0.8.12.zip
py33asyncio runtests: PYTHONHASHSEED='146605569'
py33asyncio runtests: commands[0] | sh -c which python
/home/oberstet/scm/tavendo/autobahn/AutobahnPython/autobahn/.tox/py33asyncio/bin/python
py33asyncio runtests: commands[1] | python -V
Python 3.3.5
py33asyncio runtests: commands[2] | python -m pytest
============================================================================== test session starts ===============================================================================
platform linux -- Python 3.3.5 -- py-1.4.22 -- pytest-2.6.0
collected 96 items
autobahn/wamp/test/test_message.py .............................................
autobahn/wamp/test/test_protocol_peer.py ..
autobahn/wamp/test/test_router.py ..
autobahn/wamp/test/test_serializer.py ..
autobahn/wamp/test/test_uri_pattern.py ................
autobahn/websocket/test/test_websocket_url.py .............................
=========================================================================== 96 passed in 0.43 seconds ============================================================================
py34asyncio inst-nodeps: /home/oberstet/scm/tavendo/autobahn/AutobahnPython/autobahn/.tox/dist/autobahn-0.8.12.zip
py34asyncio runtests: PYTHONHASHSEED='146605569'
py34asyncio runtests: commands[0] | sh -c which python
/home/oberstet/scm/tavendo/autobahn/AutobahnPython/autobahn/.tox/py34asyncio/bin/python
py34asyncio runtests: commands[1] | python -V
Python 3.4.1
py34asyncio runtests: commands[2] | python -m pytest
============================================================================== test session starts ===============================================================================
platform linux -- Python 3.4.1 -- py-1.4.22 -- pytest-2.6.0
collected 96 items
autobahn/wamp/test/test_message.py .............................................
autobahn/wamp/test/test_protocol_peer.py ..
autobahn/wamp/test/test_router.py ..
autobahn/wamp/test/test_serializer.py ..
autobahn/wamp/test/test_uri_pattern.py ................
autobahn/websocket/test/test_websocket_url.py .............................
=========================================================================== 96 passed in 0.43 seconds ============================================================================
pypy2twisted inst-nodeps: /home/oberstet/scm/tavendo/autobahn/AutobahnPython/autobahn/.tox/dist/autobahn-0.8.12.zip
pypy2twisted runtests: PYTHONHASHSEED='146605569'
pypy2twisted runtests: commands[0] | sh -c which python
/home/oberstet/scm/tavendo/autobahn/AutobahnPython/autobahn/.tox/pypy2twisted/bin/python
pypy2twisted runtests: commands[1] | sh -c which trial
/home/oberstet/scm/tavendo/autobahn/AutobahnPython/autobahn/.tox/pypy2twisted/bin/trial
pypy2twisted runtests: commands[2] | python -V
Python 2.7.6 (394146e9bb67, May 08 2014, 17:08:54)
[PyPy 2.3.0 with GCC 4.6.3]
pypy2twisted runtests: commands[3] | trial --version
Twisted version: 14.0.0
pypy2twisted runtests: commands[4] | trial autobahn
autobahn.wamp.test.test_message
TestCallMessage
test_ctor ... [OK]
test_parse_and_marshal ... [OK]
TestCancelMessage
test_ctor ... [OK]
test_parse_and_marshal ... [OK]
TestErrorMessage
test_ctor ... [OK]
test_parse_and_marshal ... [OK]
TestEventMessage
test_ctor ... [OK]
test_parse_and_marshal ... [OK]
TestGoodbyeMessage
test_ctor ... [OK]
test_parse_and_marshal ... [OK]
test_str ... [OK]
TestHeartbeatMessage
test_ctor ... [OK]
test_parse_and_marshal ... [OK]
test_str ... [OK]
TestHelloMessage
test_ctor ... [OK]
test_parse_and_marshal ... [OK]
test_str ... [OK]
TestInterruptMessage
test_ctor ... [OK]
test_parse_and_marshal ... [OK]
TestInvocationMessage
test_ctor ... [OK]
test_parse_and_marshal ... [OK]
TestPublishMessage
test_ctor ... [OK]
test_parse_and_marshal ... [OK]
TestPublishedMessage
test_ctor ... [OK]
test_parse_and_marshal ... [OK]
TestRegisterMessage
test_ctor ... [OK]
test_parse_and_marshal ... [OK]
TestRegisteredMessage
test_ctor ... [OK]
test_parse_and_marshal ... [OK]
TestResultMessage
test_ctor ... [OK]
test_parse_and_marshal ... [OK]
TestSubscribeMessage
test_ctor ... [OK]
test_parse_and_marshal ... [OK]
TestSubscribedMessage
test_ctor ... [OK]
test_parse_and_marshal ... [OK]
TestUnregisterMessage
test_ctor ... [OK]
test_parse_and_marshal ... [OK]
TestUnregisteredMessage
test_ctor ... [OK]
test_parse_and_marshal ... [OK]
TestUnsubscribeMessage
test_ctor ... [OK]
test_parse_and_marshal ... [OK]
TestUnsubscribedMessage
test_ctor ... [OK]
test_parse_and_marshal ... [OK]
TestYieldMessage
test_ctor ... [OK]
test_parse_and_marshal ... [OK]
autobahn.wamp.test.test_protocol
TestPublisher
test_call ... [OK]
test_call_with_complex_result ... [OK]
test_invoke ... [OK]
test_publish ... [OK]
test_publish_acknowledged ... [OK]
test_publish_defined_exception ... [OK]
test_publish_undefined_exception ... [OK]
test_register ... [OK]
test_subscribe ... [OK]
test_unregister ... [OK]
test_unsubscribe ... [OK]
autobahn.wamp.test.test_protocol_peer
TestPeerExceptions
test_exception_from_message ... [OK]
test_message_from_exception ... [OK]
autobahn.wamp.test.test_router
TestEmbeddedSessions
test_add ... [OK]
test_add_and_subscribe ... [OK]
autobahn.wamp.test.test_serializer
TestSerializer
test_caching ... [OK]
test_roundtrip ... [OK]
autobahn.wamp.test.test_uri_pattern
TestDecorators
test_decorate_endpoint ... [OK]
test_decorate_exception ... [OK]
test_decorate_handler ... [OK]
test_match_decorated_endpoint ... [OK]
test_match_decorated_exception ... [OK]
test_match_decorated_handler ... [OK]
TestDecoratorsAdvanced
test_decorate_endpoint_multiple ... [OK]
test_decorate_exception_non_exception ... [OK]
test_define_exception_decorated ... [OK]
test_define_exception_undecorated ... [OK]
test_map_exception_args ... [OK]
test_map_exception_undefined ... [OK]
test_marshal_decorated_exception ... [OK]
TestUris
test_invalid_uris ... [OK]
test_parse_uris ... [OK]
test_valid_uris ... [OK]
autobahn.websocket.test.test_websocket_url
TestCreateWsUrl
test_create_url01 ... [OK]
test_create_url02 ... [OK]
test_create_url03 ... [OK]
test_create_url04 ... [OK]
test_create_url05 ... [OK]
test_create_url06 ... [OK]
test_create_url07 ... [OK]
test_create_url08 ... [OK]
test_create_url09 ... [OK]
test_create_url10 ... [OK]
test_create_url11 ... [OK]
test_create_url12 ... [OK]
test_create_url13 ... [OK]
test_create_url14 ... [OK]
test_create_url15 ... [OK]
TestParseWsUrl
test_parse_url01 ... [OK]
test_parse_url02 ... [OK]
test_parse_url03 ... [OK]
test_parse_url04 ... [OK]
test_parse_url05 ... [OK]
test_parse_url06 ... [OK]
test_parse_url07 ... [OK]
test_parse_url08 ... [OK]
test_parse_url09 ... [OK]
test_parse_url10 ... [OK]
test_parse_url11 ... [OK]
test_parse_url12 ... [OK]
test_parse_url13 ... [OK]
test_parse_url14 ... [OK]
-------------------------------------------------------------------------------
Ran 107 tests in 0.153s
PASSED (successes=107)
pypy2asyncio inst-nodeps: /home/oberstet/scm/tavendo/autobahn/AutobahnPython/autobahn/.tox/dist/autobahn-0.8.12.zip
pypy2asyncio runtests: PYTHONHASHSEED='146605569'
pypy2asyncio runtests: commands[0] | sh -c which python
/home/oberstet/scm/tavendo/autobahn/AutobahnPython/autobahn/.tox/pypy2asyncio/bin/python
pypy2asyncio runtests: commands[1] | python -V
Python 2.7.6 (394146e9bb67, May 08 2014, 17:08:54)
[PyPy 2.3.0 with GCC 4.6.3]
pypy2asyncio runtests: commands[2] | python -m pytest
============================================================================== test session starts ===============================================================================
platform linux2 -- Python 2.7.6[pypy-2.3.0-final] -- py-1.4.22 -- pytest-2.6.0
collected 96 items
autobahn/wamp/test/test_message.py .............................................
autobahn/wamp/test/test_protocol_peer.py ..
autobahn/wamp/test/test_router.py ..
autobahn/wamp/test/test_serializer.py ..
autobahn/wamp/test/test_uri_pattern.py ................
autobahn/websocket/test/test_websocket_url.py .............................
=========================================================================== 96 passed in 1.03 seconds ============================================================================
____________________________________________________________________________________ summary _____________________________________________________________________________________
py26twisted: commands succeeded
py26asyncio: commands succeeded
py27twisted: commands succeeded
py27asyncio: commands succeeded
py33asyncio: commands succeeded
py34asyncio: commands succeeded
pypy2twisted: commands succeeded
pypy2asyncio: commands succeeded
congratulations :)
oberstet@corei7ub1310:~/scm/tavendo/autobahn/AutobahnPython/autobahn$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment