VirtualBox

source: vbox/trunk/src/VBox/Devices/EFI/Firmware/BaseTools/Tests/PythonToolsTests.py@ 105681

最後變更 在這個檔案從105681是 80721,由 vboxsync 提交於 6 年 前

Devices/EFI/FirmwareNew: Start upgrade process to edk2-stable201908 (compiles on Windows and works to some extent), bugref:4643

  • 屬性 svn:eol-style 設為 native
檔案大小: 590 位元組
 
1## @file
2# Unit tests for Python based BaseTools
3#
4# Copyright (c) 2008 - 2015, Intel Corporation. All rights reserved.<BR>
5#
6# SPDX-License-Identifier: BSD-2-Clause-Patent
7#
8
9##
10# Import Modules
11#
12import os
13import sys
14import unittest
15
16
17def TheTestSuite():
18 suites = []
19 import CheckPythonSyntax
20 suites.append(CheckPythonSyntax.TheTestSuite())
21 import CheckUnicodeSourceFiles
22 suites.append(CheckUnicodeSourceFiles.TheTestSuite())
23 return unittest.TestSuite(suites)
24
25if __name__ == '__main__':
26 allTests = TheTestSuite()
27 unittest.TextTestRunner().run(allTests)
28
注意: 瀏覽 TracBrowser 來幫助您使用儲存庫瀏覽器

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette