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

Fix #441 #442

Closed
wants to merge 1 commit into from
Closed

Fix #441 #442

wants to merge 1 commit into from

Conversation

cyanite
Copy link
Contributor

@cyanite cyanite commented Jul 22, 2018

This fixes a crash bug in MasterTestRunner.Load, and provides an option to load the runner before tests are executed. This fixes issue #441.

The command line option is just one way of doing it, as I don't know what you prefer. There is certainly a change in behavior when preloading like this. It takes longer time before tests start to execute. However, I think the total work being done is the same. We can also just always do it, or create an inverted option.

Copy link
Member

@rprouse rprouse left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I agree with @CharliePoole's comments in the issue that we should have a way for extensions to do this rather than a command line option. This works, but it will require everyone who runs your tests to know the command line is needed when using your extension.

@rprouse rprouse closed this Jul 24, 2018
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