mirror of
https://github.com/dragonflydb/dragonfly.git
synced 2025-05-11 10:25:47 +02:00
chore: improve pytest ux (#2088)
Signed-off-by: Roman Gershman <roman@dragonflydb.io>
This commit is contained in:
parent
ac170748fb
commit
967c6e0f6e
2 changed files with 3 additions and 0 deletions
|
@ -20,3 +20,5 @@ pytest-json-report==1.5.0
|
||||||
psutil==5.9.5
|
psutil==5.9.5
|
||||||
boto3==1.28.55
|
boto3==1.28.55
|
||||||
redis-om==0.2.1
|
redis-om==0.2.1
|
||||||
|
pytest-emoji==0.2.0
|
||||||
|
pytest-icdiff==0.8
|
||||||
|
|
|
@ -5,5 +5,6 @@ log_date_format = %Y-%m-%d %H:%M:%S
|
||||||
log_file_level=DEBUG
|
log_file_level=DEBUG
|
||||||
log_cli = true
|
log_cli = true
|
||||||
asyncio_mode=auto
|
asyncio_mode=auto
|
||||||
|
addopts = -ra --emoji
|
||||||
markers =
|
markers =
|
||||||
slow: marks tests as slow (deselect with '-m "not slow"')
|
slow: marks tests as slow (deselect with '-m "not slow"')
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue