Skip to content

Commit

Permalink
Updated unit test running for compatibility with future code coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
caleb-sitton-inl committed Jul 2, 2024
1 parent 124161c commit 126977c
Showing 1 changed file with 18 additions and 18 deletions.
36 changes: 18 additions & 18 deletions tests/unit_tests/tests
Original file line number Diff line number Diff line change
@@ -1,46 +1,46 @@
[Tests]
[./TestMinimalInput]
type = GenericExecutable
executable = python -m unittest test_heron.TestMinimalInput
type = RavenPython
input = '-m unittest test_heron.TestMinimalInput'
[../]

[./TestExpandedInput1]
type = GenericExecutable
executable = python -m unittest test_heron.TestExpandedInput1
type = RavenPython
input = '-m unittest test_heron.TestExpandedInput1'
[../]

[./TestExpandedInput2]
type = GenericExecutable
executable = python -m unittest test_heron.TestExpandedInput2
type = RavenPython
input = '-m unittest test_heron.TestExpandedInput2'
[../]

[./TestNoComponentsNode]
type = GenericExecutable
executable = python -m unittest test_heron.TestNoComponentsNode
type = RavenPython
input = '-m unittest test_heron.TestNoComponentsNode'
[../]

[./TestNoComponentNodes]
type = GenericExecutable
executable = python -m unittest test_heron.TestNoComponentNodes
type = RavenPython
input = '-m unittest test_heron.TestNoComponentNodes'
[../]

[./TestMissingSubnodes]
type = GenericExecutable
executable = python -m unittest test_heron.TestMissingSubnodes
type = RavenPython
input = '-m unittest test_heron.TestMissingSubnodes'
[../]

[./TestEmptyCompSetsFolder]
type = GenericExecutable
executable = python -m unittest test_heron.TestEmptyCompSetsFolder
type = RavenPython
input = '-m unittest test_heron.TestEmptyCompSetsFolder'
[../]

[./TestCompSetsFolderWithBadJSON]
type = GenericExecutable
executable = python -m unittest test_heron.TestCompSetsFolderWithBadJSON
type = RavenPython
input = '-m unittest test_heron.TestCompSetsFolderWithBadJSON'
[../]

[./TestCompSetsFolderMultFiles]
type = GenericExecutable
executable = python -m unittest test_heron.TestCompSetsFolderMultFiles
type = RavenPython
input = '-m unittest test_heron.TestCompSetsFolderMultFiles'
[../]
[]

0 comments on commit 126977c

Please sign in to comment.