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

Moved test modules to their own files #258

Merged
merged 1 commit into from
Feb 26, 2020
Merged

Moved test modules to their own files #258

merged 1 commit into from
Feb 26, 2020

Conversation

Razican
Copy link
Member

@Razican Razican commented Feb 24, 2020

Hi, I've noticed that files are very long, more than 1,000 lines in some cases, and test modules are in the same files as the implementation.

I think it would be nicer to divide modules between tests and the actual implementation, so that files are smaller in size. I have made this small refactor, that I think it should improve the readability of the code / tests, and even improve compile times a bit.

Still, I think it would be nice to modularize a bit the code, so that we don't have such big files.

@jasonwilliams
Copy link
Member

I'm fine with this, thanks it seems good to me.
Its a good problem to have when you've got so many tests they need separating

@jasonwilliams jasonwilliams merged commit 86052d6 into boa-dev:master Feb 26, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants