summaryrefslogtreecommitdiff
path: root/tests/setup_test.py
Commit message (Expand)AuthorAgeFilesLines
* Switch from nose to pytestSteve Kowalik2020-09-141-2/+1
* pyflakesOleg Pudeyev2018-06-041-3/+3
* Replace error with a warning for undetected SSL backend.Oleg Pudeyev2018-06-041-8/+10
* Match entire options for boolean ones, not just prefixesOleg Pudeyev2018-06-041-0/+18
* Windows compatibility for test suiteOleg Pudeyev2018-06-011-0/+22
* SSL backend detection logic refactoring.Oleg Pudeyev2018-05-181-8/+53
* Drop python 2.6 supportOleg Pudeyev2018-03-241-5/+1
* Remove old unsupported Python 2.4 and 2.5 codehugovk2017-11-301-32/+24
* Add --with-openssl and accept it on Windows to compile OpenSSL crypto locks.Oleg Pudeyev2016-01-041-0/+11
* SSL detection via ctypesOleg Pudeyev2015-10-261-1/+65
* Add assertions for good measureOleg Pudeyev2015-10-241-0/+9
* Add ssl libraries explicitly when using --with-[ssl|gnutls|nss]Oleg Pudeyev2015-10-241-0/+24
* Link against libcrypto for openssl crypto locks, fixes #186Oleg Pudeyev2014-06-031-3/+3
* Look in --static-libs for SSL library hints even if --libs succeeded.Oleg Pudeyev2014-01-121-4/+0
* Test that --static-libs libraries are ignored if --libs succeedsOleg Pudeyev2014-01-121-0/+8
* On travis we set PYCURL_SSL_LIBRARY, clear it in the setup testOleg Pudeyev2014-01-121-9/+24
* Achieve the same effect with a single variableOleg Pudeyev2014-01-121-2/+3
* Add tests for HAVE_CURL_SSL defineOleg Pudeyev2014-01-121-0/+26
* Test coverage for pulling ssl library out of --libs and --static-libs of curl...Oleg Pudeyev2014-01-121-0/+57