MarkBiesheuvel / optimizely-rust-sdk

An unofficial Rust SDK for Optimizely Feature Experimentation
0 stars 1 forks source link

Separate integration tests and unit test #3

Open MarkBiesheuvel opened 1 year ago

MarkBiesheuvel commented 1 year ago

Currently all tests are stored in the tests directory for integration tests. Move the unit tests, such as client_initialization into the src directory, so the unit test can access private methods/fields. Therefore, less methods and fields have to be exposed publicly.