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
Currently, we only check the file path and name to split files between source code and test code.
However, this won't work for cases like Rust where test cases are usually in the same file as the source code, which makes the PASS_PASS strategy not work for Rust, and can introduce problems even for the FAIL_FAIL strategy.