momentohq / client-sdk-rust

Official Rust SDK for Momento Serverless Cache
Apache License 2.0
12 stars 4 forks source link

fix: Move tests directory into sdk #355

Closed nand4011 closed 4 months ago

nand4011 commented 4 months ago

Move the tests directory into the sdk directory so the project can run them.

cprice404 commented 4 months ago

:ty:

do we need to do anything to the makefile?

looks like no

🚢

nand4011 commented 4 months ago

We don't. The makefile commands all run from the sdk directory, and the project assumes there will be a tests directory at the same level as Cargo.toml, so it works.

nand4011 commented 4 months ago

It does look like the unit tests and integration tests can't be distinguished, so the unit tests step is redundant. It might be worth making a ticket to separate them more.