blob: 43bcdbe1b019bdb4d0e773df89d211ef42c606e7 (
plain)
1
2
3
4
5
6
7
8
9
|
ENVIRONMENT
-----------
Specify environment variables that should be defined for running a test.
If set to a list of environment variables and values of the form
``MYVAR=value`` those environment variables will be defined while running
the test. The environment changes from this property do not affect other
tests.
|