Testing

 

testing.args
DescriptionAttribute set of extra args passed to tests
Type
attribute set
Default
{ }
Declared inmodules/testing
testing.common
DescriptionList of common options to apply to tests
Type
list of (submodule)
Default
[ ]
Declared inmodules/testing
testing.common.*.features
DescriptionList of features that test has to have to apply options
Type
list of string
Default
[ ]
Declared inmodules/testing
testing.common.*.options
DescriptionOptions to apply to test
Type
unspecified value
Default
{ }
Declared inmodules/testing
testing.doThrowError
DescriptionWhether to throw error
Type
boolean
Default
true
Declared inmodules/testing
testing.docker.copyScript
DescriptionScript to copy images to registry
Type
package
Default
 
Declared inmodules/testing/docker.nix
testing.docker.images
DescriptionList of images to export
Type
list of package
Default
 
Declared inmodules/testing/docker.nix
testing.docker.registryUrl
DescriptionDocker registry url
Type
string
Default
 
Declared inmodules/testing/docker.nix
testing.driver.kubetest.defaultHeader
DescriptionDefault test header
Type
strings concatenated with "\n"
Default
''
  import pytest
''
Declared inmodules/testing/driver/kubetest.nix
testing.driver.kubetest.extraPackages
DescriptionExtra packages to pass to tests
Type
list of package
Default
[ ]
Declared inmodules/testing/driver/kubetest.nix
testing.enabledTests
DescriptionList of enabled tests (by default all tests are enabled)
Type
null or (list of string)
Default
null
Declared inmodules/testing
testing.name
DescriptionTesting suite name
Type
string
Default
"default"
Declared inmodules/testing
testing.runtime.local.script
DescriptionRuntime script
Type
package
Default
 
Declared inmodules/testing/runtime/local.nix
testing.tests
DescriptionList of test cases
Type
list of ((submodule) or path convertible to it)
Default
[ ]
Declared inmodules/testing
testing.tests.*.module
DescriptionModule defining kubenix test
Type
unspecified value
Default
 
Declared inmodules/testing/evalTest.nix
testing.testsByName
DescriptionTests by name
Type
attribute set of (attribute set)
Default
{ }
Declared inmodules/testing