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

I wrote some client and server test example to solve the issue:Write… #146

Closed
wants to merge 1 commit into from

Conversation

kzchenguanzhou
Copy link

… integration tests between server/client #7. I hope my version can be accepted

…integration tests between server/client tokio-rs#7. I hope my version can be accepted
@Darksonn
Copy link
Collaborator

Darksonn commented Aug 2, 2024

It seems like there is a build failure:

error[E0432]: unresolved import `mini_redis::client`
 --> tests/client.rs:1:18
  |
1 | use mini_redis::{client, server};
  |                  ^^^^^^
  |                  |
  |                  no `client` in the root
  |                  help: a similar name exists in the module (notice the capitalization): `Client`

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants