-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #27070 from GiudGiud/PR_sqa_python
Add missing SQA doco for python packages
- Loading branch information
Showing
128 changed files
with
429 additions
and
329 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,11 @@ | ||
[Tests] | ||
issues = '#8661' | ||
design = 'chigger/index.md' | ||
[adapt_steps] | ||
type = ImageDiff | ||
command = adapt.py | ||
imagediff = 'adapt_0.png adapt_4.png adapt_9.png' | ||
display_required = true | ||
requirement = 'The system shall be able to load results of simulations with mesh h-adaptivity and output them to images.' | ||
[] | ||
[] |
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,18 @@ | ||
[Tests] | ||
issues = '#8661' | ||
design = 'chigger/index.md' | ||
[solid] | ||
type = ImageDiff | ||
command = background.py | ||
imagediff = background.png | ||
display_required = true | ||
requirement = "The system shall be able to display a solid background." | ||
[] | ||
[gradient] | ||
type = ImageDiff | ||
command = gradient.py | ||
imagediff = gradient.png | ||
display_required = true | ||
requirement = "The system shall be able to display a color gradient background." | ||
[] | ||
[] |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,10 @@ | ||
[Tests] | ||
issues = '#8661' | ||
design = 'chigger/index.md' | ||
[command_line] | ||
type = PythonUnitTest | ||
input = test_chigger.py | ||
display_required = true | ||
requirement = "The system shall be able to execute the chigger command, display ExodusII file information and convert images to movies." | ||
[] | ||
[] |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,50 +1,59 @@ | ||
[Tests] | ||
issues = '#8661' | ||
design = 'chigger/index.md' | ||
[plane] | ||
type = ImageDiff | ||
command = clip.py | ||
imagediff = 'clip.png' | ||
display_required = true | ||
requirement = "The system shall be able to clip the display of simulation results with the default plane (normal to X axis)." | ||
[] | ||
|
||
[plane_elem_var] | ||
type = ImageDiff | ||
command = clip_elem.py | ||
imagediff = 'clip_elem.png' | ||
display_required = true | ||
requirement = "The system shall be able to clip the display of an auxiliary variable in the simulation results with the default plane (normal to X axis)." | ||
[] | ||
|
||
[clip_z] | ||
type = ImageDiff | ||
command = clip_z.py | ||
imagediff = 'clip_z.png' | ||
display_required = true | ||
requirement = "The system shall be able to clip the display of simulation results with a plane normal to the Z-axis." | ||
[] | ||
|
||
[dual] | ||
type = ImageDiff | ||
command = dual.py | ||
imagediff = dual.png | ||
display_required = true | ||
requirement = "The system shall be able to clip the display of simulation results with two different planes." | ||
[] | ||
|
||
[box] | ||
type = ImageDiff | ||
command = box_clip.py | ||
imagediff = 'box_clip.png' | ||
display_required = true | ||
requirement = "The system shall be able to clip the display of simulation results with planes forming a box." | ||
[] | ||
|
||
[dynamic] | ||
type = ImageDiff | ||
command = clip_change.py | ||
imagediff = 'clip_change0.png clip_change1.png clip_change2.png' | ||
display_required = true | ||
requirement = "The system shall be able to clip the display of simulation results by moving a clipping plane on every time step." | ||
[] | ||
|
||
[multiple] | ||
type = ImageDiff | ||
command = multiple_clips.py | ||
imagediff = 'multiple_clips.png' | ||
display_required = true | ||
requirement = "The system shall be able to display multiple simulations results clipped by different planes." | ||
[] | ||
[] |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,11 @@ | ||
[Tests] | ||
issues = '#8661' | ||
design = 'chigger/index.md' | ||
[test] | ||
type = ImageDiff | ||
command = color.py | ||
imagediff = color.png | ||
display_required = true | ||
requirement = 'The system shall be able to specify an RGB color to display the mesh with.' | ||
[] | ||
[] |
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
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
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
Oops, something went wrong.