Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FastHttpLocust #1014

Merged
merged 35 commits into from
Sep 27, 2019
Merged
Changes from 1 commit
Commits
Show all changes
35 commits
Select commit Hold shift + click to select a range
9a0bc33
Started implementing a new Locust HTTP client that uses geventhttpcli…
heyman Dec 19, 2017
5de56c9
Added geventhttpclient to tests_require in setup.py. This makes the t…
heyman Dec 19, 2017
9fd6621
Added geventhttpclient to tox.ini
heyman Dec 19, 2017
0a8af7b
Python 2 fixes
heyman Dec 19, 2017
84bb988
Use timeit.default_timer() instead of time.time()
heyman Dec 19, 2017
255c76c
Added text property to Response objects returned by GeventHttpSession…
heyman Dec 19, 2017
cce8c66
Fixed wrong link target
heyman Dec 19, 2017
0351db8
Renamed GeventHttpLocust -> FasHttpLocust and GeventHttpSession -> Fa…
heyman Dec 19, 2017
f1e5761
Renamed files
heyman Dec 19, 2017
a33a4f5
Fixed import
heyman Dec 19, 2017
7fb8dd5
Renamed response class
heyman Dec 19, 2017
c5e0618
Added FastHttpSession.patch()
heyman Dec 19, 2017
5f464a1
Started writing docs for FastHttpLocust
heyman Dec 19, 2017
5116f30
Updated test that accidentally broke
heyman Dec 19, 2017
9ed5623
Minor RST syntax fix
heyman Dec 20, 2017
e8c87ac
Check that the given FastHttpLocust.host is valid and doesn't contain…
heyman Dec 20, 2017
0f0d047
Implemented support for using the catch_response argument when making…
heyman Dec 21, 2017
064f5e0
Implemented support for HTTP Basic Auth in FastHttp client.
heyman Dec 22, 2017
748ba8d
Typo
heyman Dec 22, 2017
a1a42f0
Fixed tests for manually failing an already failed request with catch…
heyman Dec 22, 2017
03d436e
Removed commented out code
heyman Dec 28, 2017
42bfffb
Clarified documentation about performance gains of FastHttpClient
heyman Dec 28, 2017
a8b8abd
Added HTTPConnectionClosed to "whitelisted" exceptions that should be…
heyman Dec 28, 2017
84b0579
Spelling typo
heyman Jan 24, 2018
f34dcac
Removed "Known limitations" (yay)
heyman Jan 24, 2018
f1dad45
Merge branch 'master' into geventhttpclient
heyman Jan 24, 2018
7055334
Added dependency on PyPI package geventhttpclient-wheels
heyman Jan 24, 2018
40aebc6
Removed geventhttpclient from tox dependencies
heyman Jan 24, 2018
a36adaf
Merge branch 'master' into geventhttpclientmergeconflicts
Jul 9, 2018
1171b9b
I was getting the assertionError 0.0 not greater than 0 -- I assumed …
Jul 9, 2018
72beb5b
Merge branch 'master' into geventhttpclientmergeconflicts
cgoldberg Apr 3, 2019
4305158
Merge branch 'master' into geventhttpclientmergeconflicts
skivis May 16, 2019
43b10d9
Fix typo
skivis May 16, 2019
8f894f3
Fix test
skivis May 16, 2019
a8de3e3
Accept and forward kwargs
skivis May 16, 2019
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view

This merge commit was added into this branch cleanly.

There are no new changes to show, but you can still view the diff.