Difference between revisions of "2010 Winter Project Week Slicer Dashboard"

From NAMIC Wiki
Jump to: navigation, search
m (Text replacement - "http://www.slicer.org/slicerWiki/index.php/" to "https://www.slicer.org/wiki/")
 
(9 intermediate revisions by 2 users not shown)
Line 4: Line 4:
 
Image:PW-SLC2010.png|[[2010_Winter_Project_Week#Projects|Projects List]]
 
Image:PW-SLC2010.png|[[2010_Winter_Project_Week#Projects|Projects List]]
 
Image:RubberChicken.jpg|The Prize for Lack of Software Testing
 
Image:RubberChicken.jpg|The Prize for Lack of Software Testing
 +
Image:Tux.png|The Prize for Proper Software Testing
 
</gallery>
 
</gallery>
  
Line 31: Line 32:
 
Review the materials here:
 
Review the materials here:
 
* the [http://www.cdash.org/CDash/index.php?project=Slicer3 Slicer3 dashboard]
 
* the [http://www.cdash.org/CDash/index.php?project=Slicer3 Slicer3 dashboard]
* [http://www.slicer.org/slicerWiki/index.php/Slicer3:Testing Slicer Testing]
+
** the [http://www.cdash.org/CDash/index.php?project=VTK VTK dashboard]
 +
** the [http://www.cdash.org/CDash/index.php?project=Insight ITK dashboard]
 +
* [https://www.slicer.org/wiki/Slicer3:Testing Slicer Testing]
 
* [http://www.na-mic.org/Wiki/index.php/NA-MIC-kit-curriculum NA-MIC Curriculum info]
 
* [http://www.na-mic.org/Wiki/index.php/NA-MIC-kit-curriculum NA-MIC Curriculum info]
 
**[http://www.na-mic.org/Wiki/index.php/NA-MIC-kit-curriculum/Testing-Based_Programming/How_to_add_Tests_in_CMake How to Add A Test]
 
**[http://www.na-mic.org/Wiki/index.php/NA-MIC-kit-curriculum/Testing-Based_Programming/How_to_add_Tests_in_CMake How to Add A Test]
Line 44: Line 47:
  
 
<h3>Progress</h3>
 
<h3>Progress</h3>
 
+
* Added Python testing to Slicer (Steve Pieper)
 
+
* Fixed bug in Slicer3: Slicer failed to detect a completed command line module (Steve Pieper, Bill Lorensen)
 
+
* Presentation uploaded : Testing Motivation
 +
** [[File:TestWeMust-1.0.pdf]]
 +
** [[File:TestWeMust-1.0.ogg]]
 +
*** Capuchin chants, from [http://www.freesound.org/samplesViewSingle.php?id=7245 Freesound]
 +
*** Distributed under a [http://creativecommons.org/licenses/sampling+/1.0/ Creative Commons Sampling License]
 +
* Slicer Dashboard Fest 1.0 has been announced. It will take place on Thursday Jan 7th.
 +
** [[2010_Winter_Project_Week_Slicer_Dashboard_Fest_1.0|Dashboard Fest 1.0 Results]]
 
</div>
 
</div>
 
</div>
 
</div>
  
 
<div style="width: 97%; float: left;">
 
<div style="width: 97%; float: left;">

Latest revision as of 18:07, 10 July 2017

Home < 2010 Winter Project Week Slicer Dashboard


Key Investigators

  • Kitware: Luis Ibanez
  • Isomics: Steve Pieper
  • EAB: Bill Lorensen
  • NA-MIC: All Developers

Objective

Reiterate the goals and practices related to using the NA-MIC testing infrastructure for the slicer project.

Goal is to make the Slicer3 dashboard green and have that be the expected state now and into the future. This will allow developers to run tests locally and know when their changes have led to broken tests.

Approach, Plan

Use the Project Week to raise awareness among the developer community of the use of the dashboard and the importance of getting it green and keeping it green.

Review the materials here:


Progress