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

Fixes #1711 to run module-specific test methods, for each module #1714

Merged
merged 1 commit into from
Jun 6, 2016

Conversation

ThunderFrame
Copy link
Member

Sample output (with 2 tests in each of 3 modules)

ModuleInitialize (TestModule3)
  TestInitialize (TestModule3)
    TestMethod33 (TestModule3)
  TestCleanup (TestModule3)
  TestInitialize (TestModule3)
    TestMethod3 (TestModule3)
  TestCleanup (TestModule3)
ModuleCleanup (TestModule3)
ModuleInitialize (TestModule1)
  TestInitialize (TestModule1)
    TestMethod11 (TestModule1)
  TestCleanup (TestModule1)
  TestInitialize (TestModule1)
    TestMethod1 (TestModule1)
  TestCleanup (TestModule1)
ModuleCleanup (TestModule1)
ModuleInitialize (TestModule2)
  TestInitialize (TestModule2)
    TestMethod22 (TestModule2)
  TestCleanup (TestModule2)
  TestInitialize (TestModule2)
    TestMethod2 (TestModule2)
  TestCleanup (TestModule2)
ModuleCleanup (TestModule2)

@retailcoder retailcoder merged commit f39821b into rubberduck-vba:next Jun 6, 2016
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

2 participants