-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
recent changes broke LinuxKit tests #45
Labels
Comments
The reason is that with |
rn
added a commit
to rn/rtf
that referenced
this issue
Apr 23, 2018
This fixes an issue (linuxkit#45), where, if an entire group get's skipped `rtf list` would crash. This does not seem quite like the right solution and we should probably restructure the code considerably to *not* return a test object when just listing the tests... Signed-off-by: Rolf Neugebauer <rolf.neugebauer@docker.com>
rn
added a commit
to rn/rtf
that referenced
this issue
Apr 23, 2018
Previously, 'rtf list' and 'rtf info' would return a 'Result', which, with 6fd55cb ("test: Link the test structure into the Result") also included a link to the test. This complicates the logic for just listing tests (or showing the test info). In fact it also broke the case there a entire test group was skipped (see linuxkit#45) This commit fixes this by introducing a separate type, 'Info', being returned for list/info. Signed-off-by: Rolf Neugebauer <rolf.neugebauer@docker.com>
We need a tool to test this test framework 😀 |
There are some unit tests...but coverage is not as good as it could be |
rn
added a commit
to rn/rtf
that referenced
this issue
Apr 25, 2018
Previously, 'rtf list' and 'rtf info' would return a 'Result', which, with 6fd55cb ("test: Link the test structure into the Result") also included a link to the test. This complicates the logic for just listing tests (or showing the test info). In fact it also broke the case there a entire test group was skipped (see linuxkit#45) This commit fixes this by introducing a separate type, 'Info', being returned for list/info. Signed-off-by: Rolf Neugebauer <rolf.neugebauer@docker.com>
shoud be fixed via #47 |
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
rtf revision
c7b1f074f12ab2116509f69ffa6331aec104e244
Probably one of my refactoring changes.
The text was updated successfully, but these errors were encountered: