Преглед на файлове

allow using iceream for debugging in tests

Rodja Trappe преди 2 години
родител
ревизия
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):