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
{{ message }}
This repository has been archived by the owner on Jun 10, 2020. It is now read-only.
After learning more about the IDEA codebase I've found better ways to run tests without needing to rely on as many on-disk fixtures. In many cases files can be instantiated using the in-memory test fixture. This allows the tests to not have to reference cryptic offsets that only make sense by opening the fixture file and going to the offset referenced. All the information needed to understand the test can be contained in the test itself.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
After learning more about the IDEA codebase I've found better ways to run tests without needing to rely on as many on-disk fixtures. In many cases files can be instantiated using the in-memory test fixture. This allows the tests to not have to reference cryptic offsets that only make sense by opening the fixture file and going to the offset referenced. All the information needed to understand the test can be contained in the test itself.
The text was updated successfully, but these errors were encountered: