1
0
Эх сурвалжийг харах

allow using iceream for debugging in tests

Rodja Trappe 2 жил өмнө
parent
commit
62252f5a68
1 өөрчлөгдсөн 3 нэмэгдсэн , 0 устгасан
  1. 3 0
      tests/conftest.py

+ 3 - 0
tests/conftest.py

@@ -1,10 +1,13 @@
 import datetime
 import os
 
+import icecream
 import pytest
 
 from .user import User
 
+icecream.install()
+
 
 @pytest.fixture
 def chrome_options(chrome_options):