Closed kpdyer closed 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.
./bin/fteproxy --mode test
failfast=true
TextTestRunner
The fteproxy unittests
./bin/fteproxy --mode test
fail on Python 2.6 because we use thefailfast=true
flag in theTextTestRunner
constructor.