summaryrefslogtreecommitdiffstats
path: root/pytest.ini
diff options
context:
space:
mode:
authorvamahaja <vamahaja@redhat.com>2020-07-14 12:28:53 +0530
committervamahaja <vamahaja@redhat.com>2020-07-14 13:20:59 +0530
commit95cb4148c9ec90d7315a9eb6172751b8b909362f (patch)
treef0eb363d4dd397a71f4d6a68db0f0b62ece19d42 /pytest.ini
parent6260a8e33244b59ee37d0072f2eae41328134163 (diff)
[TestFix] Fix pytest warnings
Fix consists of - 1. Remove depricated method 'assertEquals'. 2. Add 'junit_family=legacy' to pytest.ini to keep using the legacy version for JUnit XML file. 3. Prepend 'r' for regular expression. Change-Id: I9a804bba3590e33b50aa0c88ded9cf0007afe1e6 Signed-off-by: vamahaja <vamahaja@redhat.com>
Diffstat (limited to 'pytest.ini')
-rw-r--r--pytest.ini1
1 files changed, 1 insertions, 0 deletions
diff --git a/pytest.ini b/pytest.ini
index ac64f0fb..20ec3833 100644
--- a/pytest.ini
+++ b/pytest.ini
@@ -1,4 +1,5 @@
[pytest]
+junit_family=legacy
markers =
tier0: Tier0 functional test cases
tier1: Tier1 functional test cases