Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve test file structure and naming #1252

Merged

Conversation

lawrence-forooghian
Copy link
Collaborator

@lawrence-forooghian lawrence-forooghian commented Dec 2, 2021

This hopefully makes our test files easier to navigate, by separating test files from test utilities, and naming the test files to make it clear they’re tests. See commit messages for more details.

This is an updated version of the closed PR #1191.

Closes #1203.

I think it’s a bit confusing to have them both mixed into a single list.
This makes them:

- more descriptively named
- easier to find through a fuzzy file matcher that only matches on the
  basename, like Xcode’s “Open Quickly”
@lawrence-forooghian lawrence-forooghian merged commit 5a6ac61 into main Dec 2, 2021
@lawrence-forooghian lawrence-forooghian deleted the 1203-improve-test-file-structure-and-naming branch December 2, 2021 13:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

Improve test file structure and naming
3 participants