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

additionalEntrypoints glob as plugin option #14

Merged
merged 8 commits into from
Jun 28, 2022

Conversation

mishabruml
Copy link
Contributor

@mishabruml mishabruml commented Jun 27, 2022

Closes #13

  • specify additonal entrypoints via plugin opt
  • break up unit test file
  • unit test additonal entrypoints

@mishabruml
Copy link
Contributor Author

hey @waspeer I broke up the unit test file into chunks as I was finding it quite unwieldy and difficult to work with; hope that's ok!

I also was unable to use the test runner very easily without making a lot of breaking changes across the rest of your tests so I've used a lot of repeated code, however hopefully this is a bit easier for you to review, and can be abstracted/optimised later?

Cheers

@waspeer
Copy link
Owner

waspeer commented Jun 28, 2022

Thanks! I appreciate breaking up the test file, it was becoming pretty huge 😅 I have some ideas for refactoring the test runner, but I'll merge this feature first and work on that separately.

- specify additonal entrypoints via plugin opt
- break up unit test file
- unit test additonal entrypoints
- test: add all tests to config
- test: use safe random strings for file and module names
- style: remove whitespace
@waspeer waspeer closed this Jun 28, 2022
@waspeer waspeer reopened this Jun 28, 2022
@waspeer waspeer merged commit 54b9eb0 into waspeer:main Jun 28, 2022
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.

Allow additional files via options
2 participants