Cfg!(test) is always false during integration test

It is ok that cfg!(test) is always return false during integration test?

That is indeed how the testing setup works. Integration tests are meant for testing the public API of the crate.

This topic was automatically closed 90 days after the last reply. We invite you to open a new topic if you have further questions or comments.