aboutsummaryrefslogtreecommitdiff
path: root/delegate/python/test/pytest.ini
diff options
context:
space:
mode:
Diffstat (limited to 'delegate/python/test/pytest.ini')
-rw-r--r--delegate/python/test/pytest.ini9
1 files changed, 9 insertions, 0 deletions
diff --git a/delegate/python/test/pytest.ini b/delegate/python/test/pytest.ini
new file mode 100644
index 0000000000..719af3ce05
--- /dev/null
+++ b/delegate/python/test/pytest.ini
@@ -0,0 +1,9 @@
+# Copyright © 2020 Arm Ltd and Contributors. All rights reserved.
+# SPDX-License-Identifier: MIT
+
+[pytest]
+addopts = --strict-markers
+markers =
+ CpuRefTest: marks tests that require the CpuRef backend
+ CpuAccTest: marks tests that require the CpuAcc backend
+ GpuAccTest: marks tests that require the GpuAcc backend \ No newline at end of file