nskinkel / oppy

A Tor client (onion proxy) implementation in Python
BSD 3-Clause "New" or "Revised" License
24 stars 3 forks source link

`test_shared.py` Stalls When Run With Whole Test Suite #43

Closed dwtj closed 9 years ago

dwtj commented 9 years ago

test_shared.py errors when run with the whole test suite. This may be because previous tests are messing with the shared NetStatus object's state when they attempt to clean up the reactor.

nskinkel commented 9 years ago

shared has been changed tremendously, so I'm marking this as closed as of ecd3e1472998d67f82155b3a166d0d2576d7478d since it's no longer relevant.