mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
cefbuilds: Add tools distribution (see #3734)
This commit is contained in:
@@ -152,6 +152,10 @@ class TestCefJSONBuilder(unittest.TestCase):
|
||||
def test_add_client_file(self):
|
||||
self._test_add_file('client')
|
||||
|
||||
# Test add/get of a tools type file.
|
||||
def test_add_tools_file(self):
|
||||
self._test_add_file('tools')
|
||||
|
||||
# Test add/get of a debug_symbols type file.
|
||||
def test_add_debug_symbols_file(self):
|
||||
self._test_add_file('debug_symbols')
|
||||
@@ -172,6 +176,10 @@ class TestCefJSONBuilder(unittest.TestCase):
|
||||
def test_add_client_file_beta(self):
|
||||
self._test_add_file('client', channel='beta')
|
||||
|
||||
# Test add/get of a tools type file in beta channel.
|
||||
def test_add_tools_file_beta(self):
|
||||
self._test_add_file('tools', channel='beta')
|
||||
|
||||
# Test add/get of a debug_symbols type file in beta channel.
|
||||
def test_add_debug_symbols_file_beta(self):
|
||||
self._test_add_file('debug_symbols', channel='beta')
|
||||
|
Reference in New Issue
Block a user