-
Notifications
You must be signed in to change notification settings - Fork 2
Preload label
Richard R. Drake edited this page Jun 8, 2022
·
1 revision
The "preload" directive specifies a string label to pass to a project configuration plugin function, called test_preload(). The original use was to enable a different Python version to be used for different tests, such as Python 2 versus Python 3.
The syntax is
#VVT: preload : somelabel
The only allowed attributes are the common ones: "testname", "parameters", "platform", and "option".