Skip to content

Commit f2b0d94

Browse files
committed
-
1 parent 0a746d5 commit f2b0d94

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

test_python_toolbox/test_cute_iter_tools/test_shorten.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55

66
from __future__ import generator_stop
77

8+
import pytest
9+
810
from python_toolbox import nifty_collections
911
from python_toolbox import cute_iter_tools
1012
from python_toolbox.cute_iter_tools import shorten

test_python_toolbox/test_sleek_reffing/test_sleek_ref.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55

66
import weakref
77

8+
import pytest
9+
810
from python_toolbox import gc_tools
911

1012
from python_toolbox.sleek_reffing import (SleekCallArgs,

0 commit comments

Comments
 (0)