Skip to content

Commit

Permalink
Reworked requirement tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
jrossignol committed Aug 12, 2020
1 parent 97edeb0 commit a4477fd
Show file tree
Hide file tree
Showing 13 changed files with 1,408 additions and 28 deletions.
5 changes: 0 additions & 5 deletions test/CollectScience.cfg
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
CONTRACT_GROUP
{
name = TestGroup
}

CONTRACT_TYPE
{
name = CollectScience
Expand Down
15 changes: 15 additions & 0 deletions test/Groups.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
// Group definitions for Contract Configurator tests
CONTRACT_GROUP
{
name = TestGroup

minVersion = 1.29.0
displayName = ~Contract Configurator Tests

CONTRACT_GROUP
{
name = RequirementTest
minVersion = 1.29.0
displayName = Requirement Tests
}
}
5 changes: 0 additions & 5 deletions test/LaunchSite.cfg
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
CONTRACT_GROUP
{
name = TestGroup
}

CONTRACT_TYPE
{
name = LaunchSiteContract
Expand Down
2 changes: 2 additions & 0 deletions test/PartValidation.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,8 @@ CONTRACT_TYPE
MODULE
{
name = ModuleScienceExperiment

label = Experiment
experimentID = mysteryGoo
}
}
Expand Down
Loading

0 comments on commit a4477fd

Please sign in to comment.