Skip to content
This repository has been archived by the owner on Jun 10, 2020. It is now read-only.

Migrate tests to not use fixtures as much as possible #52

Open
Ruin0x11 opened this issue Apr 24, 2018 · 0 comments
Open

Migrate tests to not use fixtures as much as possible #52

Ruin0x11 opened this issue Apr 24, 2018 · 0 comments

Comments

@Ruin0x11
Copy link
Owner

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.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant