circuits-dev)aso circuits-dev $ py.test tests/io/test_process.py -v ========================================================================== test session starts ========================================================================== platform darwin -- Python 2.7.3 -- pytest-2.3.4 -- /opt/local/Library/Frameworks/Python.framework/Versions/2.7/Resources/Python.app/Contents/MacOS/Python collected 1 items tests/io/test_process.py:11: test FAILED =============================================================================== FAILURES ================================================================================ _________________________________________________________________________________ test __________________________________________________________________________________ manager = , watcher = def test(manager, watcher): p = Process([sys.executable, hello.__file__]).register(manager) assert watcher.wait("registered") p.fire(Start()) assert watcher.wait("started", p.channel) assert watcher.wait("stopped", p.channel) s = p.stdout.getvalue() > assert s == "Hello World!\n" E assert '' == 'Hello World!\n' E + Hello World! tests/io/test_process.py:21: AssertionError ---------------------------------------------------------------------------- Captured stderr ---------------------------------------------------------------------------- , )> , )> , )> , )> , )> , )> )> , )> )> )> )> ', 'wb' )> ', 'rb' )> ', 'rb' )> ', mode 'rb' at 0x106a46660> )> \n from circuits import Component, Event\nImportError: No module named circuits\n' )> ', mode 'rb' at 0x106a46660> )> ', mode 'rb' at 0x106a465d0> )> )> ======================================================================= 1 failed in 0.16 seconds ======================================================================== (circuits-dev)aso circuits-dev $ which py.test /Users/osso/envs/circuits-dev/bin/py.test (circuits-dev)aso circuits-dev $ less /Users/osso/envs/circuits-dev/bin/py.test (circuits-dev)aso circuits-dev $ python Python 2.7.3 (default, Nov 14 2012, 17:24:27) [GCC 4.2.1 Compatible Apple Clang 4.0 ((tags/Apple/clang-421.0.57))] on darwin Type "help", "copyright", "credits" or "license" for more information. >>> import circuits >>> (circuits-dev)aso circuits-dev $