summaryrefslogtreecommitdiffhomepage
path: root/tests/conftest.py
diff options
context:
space:
mode:
authorJeff Forcier <jeff@bitprophet.org>2023-05-02 18:48:38 -0400
committerJeff Forcier <jeff@bitprophet.org>2023-05-05 12:27:20 -0400
commitb5db25896f784da7dbe6f208a46a162a5107e1d5 (patch)
tree105b31a8ed4d33f2cfa941ae32307f36df8cbd62 /tests/conftest.py
parent9b0bc779b53db4217c0766c9210607eafcf93a69 (diff)
Comment updates
Diffstat (limited to 'tests/conftest.py')
-rw-r--r--tests/conftest.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/conftest.py b/tests/conftest.py
index f3dc2d61..6824ff0d 100644
--- a/tests/conftest.py
+++ b/tests/conftest.py
@@ -24,6 +24,7 @@ from ._util import _support
from icecream import ic, install as install_ic
+# Better print() for debugging - use ic()!
install_ic()
ic.configureOutput(includeContext=True)