1 2 3 4 5
import doctest if __name__ == '__main__': doctest.testfile('proxy_example.txt', optionflags=doctest.ELLIPSIS)