-
Notifications
You must be signed in to change notification settings - Fork 62
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
General testing for all legacy scripts #838
Conversation
Hello @gabknight, Thank you for updating ! There are currently no PEP 8 issues detected in this Pull Request. Cheers! 🍻 Comment last updated at 2023-12-08 14:38:09 UTC |
Build Failed 💥 |
Build Failed 💥 |
Build Failed 💥 |
9b61d05
to
a5a932b
Compare
Build Failed 💥 |
Build Failed 💥 |
Build Failed 💥 |
Script |
It was renamed before we have the legacy folder - d831edb I'll add the legacy script. I'll also renamed it |
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.
Thanks!
@@ -3,5 +3,5 @@ | |||
|
|||
|
|||
def test_help_option(script_runner): | |||
ret = script_runner.run('scil_convert_tractogram.py', '--help') | |||
ret = script_runner.run('scil_tractogram_fix_trk.py', '--help') | |||
assert ret.success |
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.
In version 1.6., there was no more testing than the help?
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.
It's complicated to find example of bad trk :( I will open an issue
Build Failed 💥 |
Added a test that calls all scilpy 1.6.0 scripts (170 scripts!). This replaces all others
scilpy/legacy/tests/test*.py
files.