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

[WIP] Minitest #164

Closed
wants to merge 15 commits into from
Closed

[WIP] Minitest #164

wants to merge 15 commits into from

Conversation

mbj
Copy link
Owner

@mbj mbj commented Mar 16, 2014

References: #92

TODO:

  • Noop reporter
  • Test selection

@jodosha
Copy link

jodosha commented Mar 27, 2014

👍

@mbj
Copy link
Owner Author

mbj commented Mar 27, 2014

I have close to zero time to finish this. I think I should try to create a commercial reason via bountysource?

mbj added 8 commits March 29, 2014 04:15
Conflicts:
	config/flay.yml
Conflicts:
	config/flay.yml
* You see this message in master I forgot to revert a commit before pushing!
* Minitest does not have enough metadata to infer subject test
  relationship.
* The test selection is now delegated to the author of the test suite.
* We hopefully identify a pattern in the future to deduplicate across
  users.
Authors of test frameworks can optionally write their own test selection
strategy now. Default is "run all tests per subject".
@mbj
Copy link
Owner Author

mbj commented Apr 22, 2014

Closing. We'll merge the branch from @ahawkins that includes this one.

@mbj mbj closed this Apr 22, 2014
@kbrock
Copy link
Contributor

kbrock commented Feb 26, 2015

fun to test minitest with rspec.

@mbj
Copy link
Owner Author

mbj commented Feb 26, 2015

both minitest and rspec are not fun to test at all. As both maintain global accessible state between test runs. Reducing the chance for parallelization and idempotent execution of specs from specs.

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.

None yet

3 participants