Explorar o código

allow using iceream for debugging in tests

Rodja Trappe %!s(int64=2) %!d(string=hai) anos
pai
achega
62252f5a68
Modificáronse 1 ficheiros con 3 adicións e 0 borrados
  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):