Skip to content

Add support for test-unit test runner#53

Merged
ArturT merged 20 commits intomasterfrom
test-unit
Oct 2, 2017
Merged

Add support for test-unit test runner#53
ArturT merged 20 commits intomasterfrom
test-unit

Conversation

@ArturT
Copy link
Copy Markdown
Member

@ArturT ArturT commented Sep 9, 2017

test-unit test runner:

Docs: http://www.rubydoc.info/github/test-unit/test-unit/Test/Unit/TestCase

Here is a call order, some of them should be useful:

startup
setup
test_my_method1
cleanup
teardown
setup
test_my_method2
cleanup
teardown
shutdown

Important things to support:

@ArturT ArturT merged commit 806d315 into master Oct 2, 2017
@ArturT ArturT deleted the test-unit branch October 2, 2017 20:40
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.

1 participant