We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e93a910 commit ff97ed2Copy full SHA for ff97ed2
pytest_cases/decorator_hack.py
@@ -1,7 +1,5 @@
1
import sys
2
3
-from itertools import chain
4
-
5
from decorator import FunctionMaker
6
from inspect import isgeneratorfunction
7
pytest_cases/main.py
@@ -1,3 +1,4 @@
+# Use true division operator always even in old python 2.x (used in `_get_case_getter_s`)
from __future__ import division
0 commit comments