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

Add support for test-unit test runner #53

Merged
merged 20 commits into from
Oct 2, 2017
Merged

Add support for test-unit test runner #53

merged 20 commits into from
Oct 2, 2017

Conversation

ArturT
Copy link
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