smarie / python-pytest-steps

A tiny package to ease the creation of test steps with shared intermediate results/state.
https://smarie.github.io/python-pytest-steps/
BSD 3-Clause "New" or "Revised" License
57 stars 5 forks source link

Protect against python 2 unicode literals #34

Closed smarie closed 5 years ago

smarie commented 5 years ago

Some python 2 users might use

from __future__ import unicode_literals

see https://github.com/smarie/python-pytest-cases/issues/62