Difference between revisions of "2016 Winter Project Week/Projects/CLIImprovement"

From NAMIC Wiki
Jump to: navigation, search
Line 21: Line 21:
 
|
 
|
 
<!-- Approach and Plan bullet points -->
 
<!-- Approach and Plan bullet points -->
* Fix the issue raised by this pull request: https://github.com/Slicer/Slicer/pull/358
+
* Fix the issue raised by this pull request: https://github.com/Slicer/Slicer/pull/358 (Fixed)
* Add simple python testing to call multiple CLIs in a row
+
* Add simple python testing to call multiple CLIs in a row (Fixed)
* Add testing for running CLIs in parrallel
+
* Add testing for running CLIs in parrallel (Fixed)
 
|
 
|
 
<!-- Progress and Next steps bullet points (fill out at the end of project week -->
 
<!-- Progress and Next steps bullet points (fill out at the end of project week -->

Revision as of 14:14, 8 January 2016

Home < 2016 Winter Project Week < Projects < CLIImprovement

Key Investigators

  • Johan Andruejol (Kitware Inc)

Project Description

Objective Approach and Plan Progress and Next Steps
  • Improve the CLI piping robustness
  • Improve the CLI testing coverage
  • Explore the creation of an utility to pipe CLIs easily
  • Fix the issue raised by this pull request: https://github.com/Slicer/Slicer/pull/358 (Fixed)
  • Add simple python testing to call multiple CLIs in a row (Fixed)
  • Add testing for running CLIs in parrallel (Fixed)

-> Integrated in r24834

Background and References