Просмотр исходного кода

allow using iceream for debugging in tests

Rodja Trappe 2 лет назад
Родитель
Сommit
62252f5a68
1 измененных файлов с 3 добавлено и 0 удалено
  1. 3 0
      tests/conftest.py

+ 3 - 0
tests/conftest.py

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