From 967c6e0f6e5aaa7062162ac506718a38be7439d2 Mon Sep 17 00:00:00 2001 From: Roman Gershman Date: Mon, 30 Oct 2023 09:01:23 +0200 Subject: [PATCH] chore: improve pytest ux (#2088) Signed-off-by: Roman Gershman --- tests/dragonfly/requirements.txt | 2 ++ tests/pytest.ini | 1 + 2 files changed, 3 insertions(+) diff --git a/tests/dragonfly/requirements.txt b/tests/dragonfly/requirements.txt index 5be6fb721..d609693be 100644 --- a/tests/dragonfly/requirements.txt +++ b/tests/dragonfly/requirements.txt @@ -20,3 +20,5 @@ pytest-json-report==1.5.0 psutil==5.9.5 boto3==1.28.55 redis-om==0.2.1 +pytest-emoji==0.2.0 +pytest-icdiff==0.8 diff --git a/tests/pytest.ini b/tests/pytest.ini index fd8bf5652..19112d5d0 100644 --- a/tests/pytest.ini +++ b/tests/pytest.ini @@ -5,5 +5,6 @@ log_date_format = %Y-%m-%d %H:%M:%S log_file_level=DEBUG log_cli = true asyncio_mode=auto +addopts = -ra --emoji markers = slow: marks tests as slow (deselect with '-m "not slow"')