define pytest marker groups

Signed-off-by: Karl W Schulz <karl.schulz@amd.com>
This commit is contained in:
Karl W Schulz
2023-12-18 09:40:53 -06:00
کامیت شده توسط 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",
]