This file contains 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
~/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 |