issues
search
lipanski
/
mockito
HTTP mocking for Rust!
MIT License
695
stars
59
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Non-panicking `Mock::assert` alternative
#210
szokeasaurusrex
closed
4 days ago
1
Convert `From<&Path>` `Matcher` implementation to `TryFrom<&Path>`
#209
szokeasaurusrex
closed
1 week ago
3
Add with_header_from_request function
#208
alex-kattathra-johnson
closed
2 weeks ago
0
`with_header_from_request` for mock server
#207
alex-kattathra-johnson
closed
2 weeks ago
5
Allow matching the Request object based on a closure
#206
lipanski
closed
3 weeks ago
0
Make documentation more useful by adding links
#205
nyurik
closed
1 month ago
1
Support for lower-level TCP and UDP connections
#204
nyurik
opened
2 months ago
4
Feature: add `#[track_caller]` to all asserting functions
#203
peddermaster2
opened
2 months ago
3
Feature Request: Option to remove a mock after expected criterion is fulfilled
#202
Simon-Brummer
closed
4 months ago
4
cannot parse additional '/' in url
#201
futuretech6
closed
5 months ago
1
parallel tests each creating an async server stomp
#200
evbo
closed
7 months ago
8
Refactor response body
#199
tottoto
closed
8 months ago
0
Update to hyper 1
#198
tottoto
closed
8 months ago
4
1.3.1 breaks tests that worked before
#197
threema-donat
opened
9 months ago
6
Revert colored crate version pinning
#196
lipanski
closed
9 months ago
0
Why are you constraining the maximum version of `colored`
#195
Nemo157
closed
9 months ago
3
No longer able to use mockito inside of #[tokio::test]
#194
Yunzlez
closed
9 months ago
2
no function or associated item named `const_new`
#193
sbfaulkner
closed
9 months ago
7
Use tokio runtime uniformly
#192
tottoto
closed
9 months ago
1
Allow configuring the mock server (host, port, assert_on_drop)
#191
lipanski
closed
9 months ago
0
Mock::with_chunked_body could use better documentation
#190
mstange
closed
9 months ago
5
Feature Request: Option to Start a Server on a different Socket Address
#189
ajoklar
closed
9 months ago
2
Migrating to hyper v1
#188
TristanCacqueray
closed
8 months ago
1
Mocking retries?
#187
jamesperez2005
closed
11 months ago
1
feat: return raw socket address
#186
alexander-jackson
closed
1 year ago
1
Use only required features for dependencies
#185
andrewtoth
closed
1 year ago
1
Add impl IntoHeaderName for &HeaderName
#184
andrewtoth
closed
1 year ago
0
Use async mutex for tests
#183
andrewtoth
closed
1 year ago
1
Fix clippy warnings
#182
lipanski
closed
1 year ago
0
Introduce a local IntoHeaderName trait to avoid exposing hyper::header::HeaderName
#181
lipanski
closed
1 year ago
3
Re-export HeaderName
#180
andrewtoth
closed
1 year ago
1
Use HeaderMap for headers in mock and response
#179
andrewtoth
closed
1 year ago
1
expect 0 fails on assert
#178
vasilakisfil
closed
1 year ago
3
Simplify server pool
#177
kornelski
closed
1 year ago
4
Support streaming body
#176
kornelski
closed
1 year ago
2
with_chunked_body does not support backpressure
#175
kornelski
closed
1 year ago
1
Fix typos
#174
kianmeng
closed
1 year ago
0
Getting 501 when testing with Actix
#173
finlaydotb
closed
1 year ago
1
Implement created counter on the server pool properly and lower the pool size
#172
lipanski
closed
1 year ago
0
Pool grows beyond max_size, hits open files limit
#171
liskin
closed
1 year ago
7
Help: Cannot migrate to v1
#170
ymwjbxxq
closed
1 year ago
2
Exact path does not match
#169
peanutbother
closed
1 year ago
5
Replace tokio Mutexes with sync Mutexes
#168
lipanski
closed
1 year ago
0
Replace tokio oneshot channel with sync mpsc
#167
lipanski
closed
1 year ago
0
Test using parallel async mocks hangs
#166
divergentdave
closed
1 year ago
3
The 1.0 :balloon:
#165
lipanski
closed
1 year ago
0
Bring the server pool back and other small fixes
#164
lipanski
closed
1 year ago
0
Adds delayed mocks
#163
sr-gi
closed
1 year ago
5
Add Mock::with_body_from_request
#162
lipanski
closed
1 year ago
0
Don't use outdated function in lib.rs example
#161
konstin
closed
1 year ago
1
Next