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

Introduce named test traits and some scalalib reorganization #974

Merged
merged 2 commits into from
Jan 1, 2021

Conversation

lefou
Copy link
Member

@lefou lefou commented Oct 13, 2020

When deriving from ScalaModule and it's friends, it's sometime hard to properly customize tests. E.g. When mixing traits that all customizes tests you can't pick the right super.Tests nor can you merge two different super.Tests. Therefore this PR gives each test trait a unique name. Also I moved some traits into their own files, to make code navigation easier.

@lefou lefou marked this pull request as draft October 16, 2020 12:13
@lefou lefou force-pushed the cleanup-scalalib branch from d49a3d0 to 1a6b3cc Compare January 1, 2021 10:26
@lefou lefou changed the title Reorganized scalalib, more files, some docs, slighly refactored SbtModule Introduce named tests traits and some scalalib reorganization Jan 1, 2021
@lefou lefou changed the title Introduce named tests traits and some scalalib reorganization Introduce named test traits and some scalalib reorganization Jan 1, 2021
@lefou lefou marked this pull request as ready for review January 1, 2021 10:56
@lefou lefou merged commit e5bf9d6 into com-lihaoyi:master Jan 1, 2021
@lefou lefou deleted the cleanup-scalalib branch January 1, 2021 11:02
@lefou lefou added this to the after 0.9.4 milestone Jan 1, 2021
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.

1 participant