Skip to content

Instantly share code, notes, and snippets.

@petteraas
petteraas / gist:8527755
Created January 20, 2014 19:52
SoCo unit-tests in PyPy
~/dev/python/pypyenv/bin/py.test unittest/test_services.py
============================================== test session starts ==============================================
platform linux2 -- Python 2.7.2[pypy-1.9.0-final] -- pytest-2.5.1 -- /home/petter/dev/python/pypyenv/bin/pypy
collected 8 items
unittest/test_services.py:79: test_init_defaults PASSED
unittest/test_services.py:89: test_method_dispatcher_function_creation PASSED
unittest/test_services.py:104: test_method_dispatcher_arg_count PASSED
unittest/test_services.py:116: test_wrap PASSED
unittest/test_services.py:129: test_unwrap FAILED