kpdyer / fteproxy

programmable proxy for censorship circumvention
https://fteproxy.org/
Apache License 2.0
149 stars 21 forks source link

fteproxy unit tests fail on python 2.6 #112

Closed kpdyer closed 10 years ago

kpdyer commented 10 years ago

The fteproxy unittests ./bin/fteproxy --mode test fail on Python 2.6 because we use the failfast=true flag in the TextTestRunner constructor.