Skip to content

Enum: TestEnvEnum

Testing environments within which a TestSuite is run by a TestRunner scheduled by the TestHarness.

URI: TestEnvEnum

Permissible Values

Value Meaning Description
dev None Development
ci None Continuous Integration
test None Test
prod None Production

Slots

Name Description
must_pass_environment The deployment environment within which this test must pass
test_env Deployment environment within which the associated TestSuite is run

Identifier and Mapping Information

Schema Source

  • from schema: https://w3id.org/TranslatorSRI/TranslatorTestingModel

LinkML Source

name: TestEnvEnum
description: Testing environments within which a TestSuite is run by a TestRunner
  scheduled by the TestHarness.
from_schema: https://w3id.org/TranslatorSRI/TranslatorTestingModel
rank: 1000
permissible_values:
  dev:
    text: dev
    description: Development
  ci:
    text: ci
    description: Continuous Integration
  test:
    text: test
    description: Test
  prod:
    text: prod
    description: Production