-
Notifications
You must be signed in to change notification settings - Fork 175
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] unittests for NDB_BVL_Instrument library #6819
Merged
driusan
merged 10 commits into
aces:main
from
AlexandraLivadas:2020-07-03-unit-NDB_BVL_Instrument
Aug 12, 2020
Merged
[Test] unittests for NDB_BVL_Instrument library #6819
driusan
merged 10 commits into
aces:main
from
AlexandraLivadas:2020-07-03-unit-NDB_BVL_Instrument
Aug 12, 2020
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
AlexandraLivadas
added
Testing
PR contains test plan or automated test code (or config files for Travis)
State: Needs work
PR awaiting additional work by the author to proceed
labels
Jul 8, 2020
AlexandraLivadas
changed the title
[Test] unittests for NDB_BVL_Instrument libraries
[Test] unittests for NDB_BVL_Instrument library
Jul 13, 2020
AlexandraLivadas
force-pushed
the
2020-07-03-unit-NDB_BVL_Instrument
branch
from
July 15, 2020 15:21
c5df64c
to
c3949f6
Compare
AlexandraLivadas
force-pushed
the
2020-07-03-unit-NDB_BVL_Instrument
branch
from
July 16, 2020 22:21
65fef69
to
5570e09
Compare
AlexandraLivadas
removed
the
State: Needs work
PR awaiting additional work by the author to proceed
label
Aug 3, 2020
kongtiaowang
approved these changes
Aug 12, 2020
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
driusan
pushed a commit
that referenced
this pull request
Aug 12, 2020
The unit tests for NDB_BVL_Instrument that were merged with main in PR #6819 were causing Travis to fail. This fixes those errors. The reason it failed Travis was because the changes made in merged PR #5352 were not added to the testing PR. These changes caused it to fail Travis but were not flagged before.
AlexandraLivadas
added a commit
to AlexandraLivadas/Loris
that referenced
this pull request
Jun 15, 2021
Unit tests for the NDB_BVL_Instrument library under php/libraries.
AlexandraLivadas
added a commit
to AlexandraLivadas/Loris
that referenced
this pull request
Jun 15, 2021
The unit tests for NDB_BVL_Instrument that were merged with main in PR aces#6819 were causing Travis to fail. This fixes those errors. The reason it failed Travis was because the changes made in merged PR aces#5352 were not added to the testing PR. These changes caused it to fail Travis but were not flagged before.
AlexandraLivadas
added a commit
to AlexandraLivadas/Loris
that referenced
this pull request
Jun 29, 2021
Unit tests for the NDB_BVL_Instrument library under php/libraries.
AlexandraLivadas
added a commit
to AlexandraLivadas/Loris
that referenced
this pull request
Jun 29, 2021
The unit tests for NDB_BVL_Instrument that were merged with main in PR aces#6819 were causing Travis to fail. This fixes those errors. The reason it failed Travis was because the changes made in merged PR aces#5352 were not added to the testing PR. These changes caused it to fail Travis but were not flagged before.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Unit tests for the NDB_BVL_Instrument library under
php/libraries
. This PR aims to complete coverage for this library.Testing instructions
npm run tests:unit -- --filter NDB_BVL_Instrument_Test
or check out the Travis output