mirror of
https://github.com/RRZE-HPC/OSACA.git
synced 2025-12-16 00:50:06 +01:00
migrate code style to Black
This commit is contained in:
@@ -3,18 +3,18 @@
|
||||
import sys
|
||||
import unittest
|
||||
|
||||
sys.path[0:0] = ['.', '..']
|
||||
sys.path[0:0] = [".", ".."]
|
||||
suite = unittest.TestLoader().loadTestsFromNames(
|
||||
[
|
||||
'test_base_parser',
|
||||
'test_parser_x86att',
|
||||
'test_parser_AArch64',
|
||||
'test_marker_utils',
|
||||
'test_semantics',
|
||||
'test_frontend',
|
||||
'test_db_interface',
|
||||
'test_kerncraftAPI',
|
||||
'test_cli',
|
||||
"test_base_parser",
|
||||
"test_parser_x86att",
|
||||
"test_parser_AArch64",
|
||||
"test_marker_utils",
|
||||
"test_semantics",
|
||||
"test_frontend",
|
||||
"test_db_interface",
|
||||
"test_kerncraftAPI",
|
||||
"test_cli",
|
||||
]
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user