[ create a new paste ] login | about

Link: http://codepad.org/Se74juYN    [ raw code | fork ]

Python, pasted on Jul 19:
============================================================================ ERRORS ============================================================================
_______________________________________________________ ERROR collecting tests/net/protocols/test_irc.py _______________________________________________________
tests/net/protocols/test_irc.py:6: in <module>
>   from circuits.net.protocols.irc import (
E   ImportError: cannot import name WHOIS
=========================================================================== FAILURES ===========================================================================
_____________________________________________________________________________ test _____________________________________________________________________________

manager = <Manager/ 88995:MainThread (queued=2) [R]>, watcher = <Watcher/* 88995:MainThread (queued=0) [S]>

    def test(manager, watcher):
        p = Process(["echo", "Hello World!"]).register(manager)
        assert watcher.wait("registered")
    
        p.fire(Start())
        assert watcher.wait("started", p.channel)
    
>       assert watcher.wait("stopped", p.channel)
E       assert None
E        +  where None = <bound method Watcher.wait of <Watcher/* 88995:MainThread (queued=0) [S]>>('stopped', 'process')
E        +    where <bound method Watcher.wait of <Watcher/* 88995:MainThread (queued=0) [S]>> = <Watcher/* 88995:MainThread (queued=0) [S]>.wait
E        +    and   'process' = <Process/process 88995:MainThread (queued=0) [S]>.channel

tests/io/test_process.py:17: AssertionError
================================================== 1 failed, 227 passed, 30 skipped, 1 error in 64.03 seconds ==================================================


Create a new paste based on this one


Comments: