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

Test suite fails to execute when 2 test classes of the same name exist in diff files. #6

Open
hopsoft opened this issue Jan 30, 2013 · 0 comments
Assignees

Comments

@hopsoft
Copy link
Owner

hopsoft commented Jan 30, 2013

  1. Create a simple test suite
  2. Name one file example_test.rb and the class ExampleTest
  3. Name another file junk_test.rb and the class ExampleTest

MicroTest will only retain one of the file paths because they are stored in a Hash keyed on the class name.

Detect this scenario and warn the user.

@hopsoft hopsoft self-assigned this Feb 9, 2015
@hopsoft hopsoft added enhancement and removed bug labels Feb 9, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant