define pytest marker groups
Signed-off-by: Karl W Schulz <karl.schulz@amd.com>
This commit is contained in:
کامیت شده توسط
Karl W. Schulz
والد
fa587e967c
کامیت
ca6d08d652
+14
-1
@@ -29,6 +29,19 @@ addopts = [
|
||||
pythonpath = [
|
||||
".",
|
||||
"src",
|
||||
"src/omniperf_soc",
|
||||
"src/utils",
|
||||
"src/omniperf_analyze/utils"
|
||||
"src/omniperf_analyze/utils",
|
||||
"tests"
|
||||
]
|
||||
|
||||
markers = [
|
||||
"kernel_execution",
|
||||
"ipblocks",
|
||||
"misc",
|
||||
"mem",
|
||||
"sort",
|
||||
"join",
|
||||
"verbosity",
|
||||
"dispatch",
|
||||
]
|
||||
|
||||
مرجع در شماره جدید
Block a user