浏览代码

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):