blob: 4b0a9d3e01c70948b17e3f714deba2db42ecc748 [file] [log] [blame]
# Copyright 2023 The Fuchsia Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
import unittest
import fidl_codec
class FuchsiaControllerTest(unittest.TestCase):
def setUp(self) -> None:
fidl_codec.add_ir_path(
"fidling/gen/src/developer/ffx/lib/fuchsia-controller/fidl/fuchsia.controller.test.fidl.json"
)
fidl_codec.add_ir_path(
"fidling/gen/src/developer/ffx/lib/fuchsia-controller/fidl/fuchsia.controller.othertest.fidl.json"
)