telemetry.unittest.options_for_unittests
index
telemetry/unittest/options_for_unittests.py

This module provides the global variable options_for_unittests.
 
This is set to a BrowserOptions object by the test harness, or None
if unit tests are not running.
 
This allows multiple unit tests to use a specific
browser, in face of multiple options.

 
Functions
       
AreSet()
GetBrowserType()
GetCopy()
Set(options, browser_type)