testing.args
Description Attribute set of extra args passed to tests Type attribute set
Default { }
Declared in modules/testing testing.common
Description List of common options to apply to tests Type list of (submodule)
Default [ ]
Declared in modules/testing testing.common.*.features
Description List of features that test has to have to apply options Type list of string
Default [ ]
Declared in modules/testing testing.common.*.options
Description Options to apply to test Type unspecified value
Default { }
Declared in modules/testing testing.doThrowError
Description Whether to throw error Type boolean
Default true
Declared in modules/testing testing.docker.copyScript
Description Script to copy images to registry Type package
Default
Declared in modules/testing/docker.nix testing.docker.images
Description List of images to export Type list of package
Default
Declared in modules/testing/docker.nix testing.docker.registryUrl
Description Docker registry url Type string
Default
Declared in modules/testing/docker.nix testing.driver.kubetest.defaultHeader
Description Default test header Type strings concatenated with "\n"
Default ''
import pytest
''
Declared in modules/testing/driver/kubetest.nix testing.driver.kubetest.extraPackages
Description Extra packages to pass to tests Type list of package
Default [ ]
Declared in modules/testing/driver/kubetest.nix testing.enabledTests
Description List of enabled tests (by default all tests are enabled) Type null or (list of string)
Default null
Declared in modules/testing testing.name
Description Testing suite name Type string
Default "default"
Declared in modules/testing testing.runtime.local.script
Description Runtime script Type package
Default
Declared in modules/testing/runtime/local.nix testing.tests
Description List of test cases Type list of ((submodule) or path convertible to it)
Default [ ]
Declared in modules/testing testing.tests.*.module
Description Module defining kubenix test Type unspecified value
Default
Declared in modules/testing/evalTest.nix testing.testsByName
Description Tests by name Type attribute set of (attribute set)
Default { }
Declared in modules/testing
Testing