-
Notifications
You must be signed in to change notification settings - Fork 122
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
Build(deps): Bump bids-examples from ad9db4b
to 4460013
#1080
Conversation
Bumps [bids-examples](https://github.com/bids-standard/bids-examples) from `ad9db4b` to `4460013`. - [Release notes](https://github.com/bids-standard/bids-examples/releases) - [Commits](bids-standard/bids-examples@ad9db4b...4460013) --- updated-dependencies: - dependency-name: bids-examples dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
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.
@effigies
shouldn't the validator tests be moved to the repo for the python bids validator?
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.
Yeah, probably. I didn't realize this is here. It's probably redundant with our existing tests...
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.
will cross check and maybe move the tests to the python bids-validator if necessary: may give me the occasion to be a bit familiar with that code base too.
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.
Would be a good idea. Incidentally, the problem with these tests seems to go back to the specification, where our regex generation is looser than the old hand-written ones. Thinking through how to manage this.
bids/layout/tests/test_validation.py
Outdated
@@ -112,8 +112,8 @@ def test_is_session_level_true(testvalidator): | |||
|
|||
|
|||
# checks is_session_level() function false cases | |||
def test_is_session_level_false(testvalidator): | |||
target_list = [ | |||
@pytest.mark.parametrize("item", |
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.
parametrization to make it easier to know which test is failing
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #1080 +/- ##
=======================================
Coverage 89.83% 89.83%
=======================================
Files 63 63
Lines 7179 7174 -5
Branches 1374 1373 -1
=======================================
- Hits 6449 6445 -4
+ Misses 531 530 -1
Partials 199 199 ☔ View full report in Codecov by Sentry. |
@@ -111,40 +111,6 @@ def test_is_session_level_true(testvalidator): | |||
assert result | |||
|
|||
|
|||
# checks is_session_level() function false cases |
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.
This should pass with the release of bidsschematools 0.11.0. Would you mind restoring it to verify? Then removing the tests can all be in #1081.
Bumps bids-examples from
ad9db4b
to4460013
.Commits
4460013
Merge pull request #461 from effigies/fix/unused_sidecarsbf6144c
fix: (Re)move sidecars with no data filesDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)