summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Add CURLOPT_AWS_SIGV4 optionScott Talbert2023-01-301-0/+6
* Added option for CURLOPT_REQUEST_TARGETMarcel Brouwers2022-12-301-0/+6
* Replace use of deprecated ssl.wrap_context in tests/runwsgi.pyScott Talbert2022-12-011-3/+5
* Run tests verboselyScott Talbert2022-11-301-1/+1
* Add support for CURL_HTTP_VERSION_3Scott Talbert2022-11-301-0/+4
* Fix tests/building docs with newer setuptoolsScott Talbert2022-09-131-2/+3
* Add CURLOPT_TLS13_CIPHERS and CURLOPT_PROXY_TLS13_CIPHERS optionsScott Talbert2022-08-031-0/+14
* Add HTTP09_ALLOWED optionScott Talbert2022-07-241-0/+6
* Remove use of deprecated distutilsScott Talbert2022-06-101-35/+1
* Merge pull request #755 from swt2c/win_troubleshootinScott Talbert2022-05-072-31/+30
|\
| * Update test SSL certs to include Subject Alternative NameScott Talbert2022-05-062-31/+30
* | tests: fix error message on error_test (for curl >= 7.83)Samuel Henrique2022-04-301-3/+5
|/
* tests: xfail additional multi callback tests on macOSScott Talbert2022-03-111-0/+3
* Merge pull request #731 from fsbs/multi-callback-testOleg Pudeyev2022-03-091-38/+26
|\
| * Improve multi_callback_testfsbs2022-02-111-38/+26
* | Merge pull request #726 from swt2c/ci_windowsOleg Pudeyev2022-03-094-4/+10
|\ \
| * | tests: fix test_post_file on WindowsScott Talbert2022-01-221-1/+1
| * | tests: handle file:// URLs with spaces in pathsScott Talbert2022-01-223-3/+9
| |/
* | tests: xfail test_easy_pause_unpause on macOSScott Talbert2022-01-261-0/+3
|/
* Merge pull request #714 from fsbs/add-easy-duphandleOleg Pudeyev2022-01-112-1/+146
|\
| * duphandle_test: improve and add more testsfsbs2021-11-051-53/+103
| * bottle test app: fix /header_utf and /postfieldsfsbs2021-11-051-1/+2
| * duphandle: add testsfsbs2021-11-031-0/+94
* | Merge pull request #713 from fsbs/fix-unsetting-multi-optsOleg Pudeyev2022-01-111-0/+17
|\ \
| * | Update multi_option_constants_test.pyfsbs2021-10-271-0/+17
| |/
* | Merge pull request #711 from fsbs/add-subclass-supportOleg Pudeyev2022-01-111-0/+88
|\ \
| * | Add tests for subclass supportfsbs2021-10-211-0/+88
| |/
* | Merge pull request #708 from fsbs/patch-allow-threadsOleg Pudeyev2022-01-111-0/+106
|\ \
| * | Add SOCKETFUNCTION and TIMERFUNCTION testsfsbs2021-10-201-0/+106
| |/
* | Add support for SecureTransport SSL backendScott Talbert2021-09-103-5/+13
|/
* Fix warnings when running testsScott Talbert2021-08-174-8/+9
* add head method to high-level interface, closes #547Oleg Pudeyev2021-07-201-0/+9
* pacify linterOleg Pudeyev2021-07-191-1/+0
* adjust tests for current bottleOleg Pudeyev2021-07-191-12/+11
* Remove remaining nose referenceOleg Pudeyev2021-07-191-3/+1
* Merge branch 'master' into pr-655Oleg Pudeyev2021-07-174-2/+30
|\
| * failonerror_test: skip the test with curl-7.75.0+Kamil Dudka2021-06-011-0/+6
| * option_constants_test: skip check of SSLVERSION_SSLv*Kamil Dudka2021-06-012-1/+23
| * Use make -C for building fake-curlSteve Kowalik2020-09-161-1/+1
* | Use self.assertIn() rather than self.assertTrue(in)Steve Kowalik2020-09-162-2/+2
* | Switch from nose to pytestSteve Kowalik2020-09-1417-104/+80
|/
* Regenerate test certificates with sha256 signaturesScott Talbert2020-08-132-40/+41
* Add a 'clean' target for fake-curlMichał Górny2020-05-111-1/+5
* Support overriding CC, respect *FLAGS in fake-curlMichał Górny2020-05-111-1/+4
* Skip telnet tests when cURL is built without telnet supportMichał Górny2020-05-042-0/+15
* Do not pyflakes winbuild due to star importsOleg Pudeyev2020-01-291-1/+1
* Update build configurationsOleg Pudeyev2020-01-141-5/+5
* Fix ftp tests in CIOleg Pudeyev2020-01-141-2/+4
* Merge pull request #581 from p-push/engines-testOleg Pudeyev2019-07-041-0/+19
|\
| * Test SSL_ENGINES option.Oleg Pudeyev2019-07-041-0/+19