You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It should be noted that all the test code must be macros. Because we use them in both unit and integration tests and one of them must include the file directly (like by specifying relative OS path to it), which was the integration tests. Reason was that we don't want to infiltrate test code into binaries (details: #181).
If we use use statements, integration tests won't compile because include paths were different (crate:: vs clementine_core::). So we decided to use only macros for this kind of stuff. They are in core/src/test_utils.rs. I suggest following the conventions. Pr that introduced this: #375
Issue Description
We will not be using user.rs anymore, but we still need their functionalities for testing.
Tasks
Parts of the task:
Deadline of the Issue
The text was updated successfully, but these errors were encountered: